We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It feels like test_fit_sdm_cec_sam() could be split into two:
test_fit_sdm_cec_sam()
The code under the with statement has no relation with the code above.
with
The text was updated successfully, but these errors were encountered:
Refactor CEC SDM fit test (pvlib#956)
451d1b1
This is a good suggestion. I'll roll the changes in #956 into #708 which refactors all of pvlib.ivtools. Please leave both #956 and #957 open for now.
pvlib.ivtools
Sorry, something went wrong.
Closed via #708, test function split into test_fit_cec_sam and test_fit_cec_sam_estimation_failure
test_fit_cec_sam
test_fit_cec_sam_estimation_failure
Successfully merging a pull request may close this issue.
It feels like
test_fit_sdm_cec_sam()
could be split into two:The code under the
with
statement has no relation with the code above.The text was updated successfully, but these errors were encountered: