-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Change accuracy of pvsyst_cell
test function
#2080
New issue
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
Conversation
@kandersolar, all the tests for sapm (module and cell) have a tolerance of |
I think you are correct that these tests are in error. Looking back through history, I think this was an oversight from when we switched from the I suspect we may have similar issues in other test modules. Here are two ideas to identify any, if they exist:
|
@kandersolar FFR, regex is |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks and good catch @IoannisSifnaios!
pvsyst_cell
test function
* One-line assert_allclose F: (assert_allclose)\((.*), ?(.*), ?([a-zA-Z0-9=]*)?(\d)\) * I didn't save all before committing, yet again * Revert test_irradiance change in precision * Do not overlap with #2080
I noticed that for the
test_pvsyst_cell_ndarray
, the tolerance for the test is3
, which I think is too high. Thus, I changed it to the default value.