You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To Reproduce
install pvlib=0.11.0 and numpy=2.0.0, python=3.9.19
Expected behavior
test_calc_injection_outdoors fails due to different values in the check (nan at 88 when it should not have been, following values are slightly different. pvlib=0.10.3 and numpy=1.26.4 fix the issue.
Desktop (please complete the following information):
occurs when verisions above are used during the testing. Locally resolved when reverting to older versions (metioned above)
SciPy 1.14.0 Breaking Tests
To Reproduce
install scipy=1.14.0 and run tests. python=3.9.19
Expected behavior
many pvdeg tests will fail because the function signature for scipy.integrate.simpson was changed slightly. Reverting to scipy<1.14.0 fixes the issue.
To unrestrict the package versions we will need to modify the calc_letid_outdoor test. PVLib issues made the result vary slightly and cause the test to fail.
It would be wise to stay up to date on dependencies.
Mistune==2.0.4 was conflicting with nbsphinx when bulding the with sphinx using make html. We should use a newer version. I set it to use Mistune==3.0.0 in pyproject.toml. Not sure what other versions work but I suspect new versions will work as well.
PVLib V0.11.0 Breaking LETID Tests
To Reproduce
install
pvlib=0.11.0
andnumpy=2.0.0
,python=3.9.19
Expected behavior
test_calc_injection_outdoors fails due to different values in the check (nan at 88 when it should not have been, following values are slightly different.
pvlib=0.10.3
andnumpy=1.26.4
fix the issue.Screenshots
#97 (comment) - screenshot here
Desktop (please complete the following information):
SciPy 1.14.0 Breaking Tests
To Reproduce
install
scipy=1.14.0
and run tests.python=3.9.19
Expected behavior
many pvdeg tests will fail because the function signature for
scipy.integrate.simpson
was changed slightly. Reverting toscipy<1.14.0
fixes the issue.#97 (comment) - more info here
Desktop
Same as above
The text was updated successfully, but these errors were encountered: