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
* Enhance Huld model with EU JRC coefficients
- Introduced a new function to infer updated coefficients for the Huld model based on EU JRC research.
- Added a parameter to the existing Huld function to optionally use these updated coefficients.
- Updated documentation to reflect the new functionality and included references to the EU JRC paper.
- Added tests to verify the implementation and ensure compatibility with existing functionality.
(cherry picked from commit f0ba338)
* Refactor Huld model tests for EU JRC coefficients
- Updated the test for the Huld model to use non-reference values for irradiance and temperature.
- Enhanced the test to verify that results differ for all supported cell types when using EU JRC coefficients.
- Added checks to ensure all cell types are supported and that a KeyError is raised for invalid cell types.
(cherry picked from commit 7c0feba)
* Fix Flake8 linter errors
remove trailing whitespace and break long lines
* Fix Flake8 errors:
remove whitespace from blank lines and break long lines
- Removed trailing whitespace from blank lines in pvlib/pvarray.py
- Broke long lines in function definitions and assertions to comply with line length limits
- Reformatted comments and code in tests/test_pvarray.py for Flake8 compliance
* restructure lookup and test
* fix test and formatting
* adjust error message
* add whatsnew
* Apply suggestions from code review
Co-authored-by: Anton Driesse <[email protected]>
* Update pvlib/pvarray.py
Co-authored-by: Echedey Luis <[email protected]>
* Update pvlib/pvarray.py
* Update pvlib/pvarray.py
* correct coefficients for 2025 and references
* fix docstring
* change parameter key to pvgis5, etc.
* error message
* lint
* fix test
* Apply suggestions from code review
---------
Co-authored-by: Cliff Hansen <[email protected]>
Co-authored-by: Anton Driesse <[email protected]>
Co-authored-by: Echedey Luis <[email protected]>
Co-authored-by: Kevin Anderson <[email protected]>
0 commit comments