Updated method of modelchain.ModelChain.prepare_inputs in modelchain.py#893
Closed
Ahanmr wants to merge 11 commits intopvlib:masterfrom
Ahanmr:Ahanmr-patch-1
Closed
Updated method of modelchain.ModelChain.prepare_inputs in modelchain.py#893Ahanmr wants to merge 11 commits intopvlib:masterfrom Ahanmr:Ahanmr-patch-1
Ahanmr wants to merge 11 commits intopvlib:masterfrom
Ahanmr:Ahanmr-patch-1
Conversation
#523 Added weather data in get_solarpostion method of modelchain.ModelChain.prepare_inputs
#523 Added weather arguments in get_solarposition of method modelchain.ModelChain.prepare_inputs
#523 Added weather arguments in get_solarpostion method of modelchain.ModelChain.prepare_input
#523 Added weather data arguments in get_solarpostion method of modelchain.ModelChain.prepare_inputs as part of the Pull request.
Added weather inputs to get_solarpostion method in modelchain.ModelChain.prepare_inputs
Added weather data in get_solarpostion method in modelchain.ModelChain.prepare_inputs
Added weather data in get_solarpostion method in modelchain.ModelChain.prepare_inputs
Added weather data in get_solarpostion method in modelchain.ModelChain.prepare_inputs
Added weather data in get_solarpostion method in modelchain.ModelChain.prepare_inputs
Contributor
Author
|
This issue closes #523 |
Member
|
@Ahanmr thanks for the contribution. Looking at the test failures, the code needs to handle the case where In this context, the code would be like: @wholmgren note the unfortunate need to rename. |
This handles the case where pressure or temp_air is not in weather, using the pvlib.tools._build_kwargs logic for keyword arguments. #523
This PR handles, the case where pressure or temp_air is not in weather, using the pvlib.tools._build_kwargs method, as keyword arguments.
Contributor
Author
|
@cwhanse I've made the necessary changes. Thank you for letting me know about the pvlib.tools._build_kwargs which help me pass keyword arguments in case some are missing. But I still feel I missed something, I'll try fixing it meanwhile. |
wholmgren
reviewed
Feb 21, 2020
Ahanmr
added a commit
to Ahanmr/pvlib-python
that referenced
this pull request
Mar 18, 2020
This PR handles, the case where pressure or temp_air is not in weather, using the pvlib.tools._build_kwargs method, as keyword arguments. pvlib#893
8 tasks
CameronTStark
pushed a commit
that referenced
this pull request
Apr 17, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#523
Added weather data arguments in get_solarpostion method of modelchain.ModelChain.prepare_inputs as part of the Pull request.