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
* Squashed commit of the following:
commit f435e1c
Author: Adam R. Jensen <[email protected]>
Date: Wed Mar 2 15:52:15 2022 +0100
Add tests (#16)
* Create twoaxistrackerfield.py
* Add TwoAxisTrackerField to __init__.py and documentation.rst
* Add _calculate_l_min to layout
* Fix linter error
* Update twoaxistrackerfield.py
* Reorder layout ValueError warnings
* Fix typo
* Remove layout_type from generate_field_layout function
* Add layout_type code to TwoAxisTrackerField
* L_min -> min_tracker_spacing
* Add whatsnew entry
* Fix linting errors
* Update twoaxistrackerfield.py
* Correct horizon shading
* Update twoaxistracking/twoaxistrackerfield.py
Co-authored-by: Kevin Anderson <[email protected]>
* Update twoaxistracking/twoaxistrackerfield.py
Co-authored-by: Kevin Anderson <[email protected]>
* Update twoaxistracking/twoaxistrackerfield.py
Co-authored-by: Kevin Anderson <[email protected]>
* Return scalar when scalar is passed
* Correct use of np.isscalar
* Update documentation
* Update whatsnew
* Rework intro_tutorial.ipynb
* Update README.md
* Create test_layout.py
* Update test_layout.py
* Use test folder in package folder
* Delete test_placeholder.py
* Add test files
* Fix linting errors
* Update scalar test
* Add pandas to test in setup.cfg
* Revert "package metadata and doc build updates (#17)"
This reverts commit e9b5810.
* Undo commits
* Revert "Undo commits"
This reverts commit 147ba2a.
* Add test files
* Switch to using np.testing.assert_allclose
* Add test for sloped field layout
* Move test_twoaxistracker to twoaxistracker PR
* Add conftest.py to avoid duplicate fixtures
* Remove imports of fixtures from conftest
* Remove unnecessary imports
* Increase test tolerance for test_field_slope
* Add multi-polygon active area test
* Add empty __init__.py
* Use "from .conftest" as Kevin said..
* Base square_field_layout_slope fixture off square_field_layout
* Fix linter error
* Remove backslash in conftest.py
Co-authored-by: Kevin Anderson <[email protected]>
* Add get_max_shading_elevation func
Also, correct the relative slope calculation
* Correct relative_slope in conftest
* Add max elevation to TwoAxisTrackerField
* Update _field_layout_plot function
* Make get_horizon_elevation_angle separate function
* Add documentation entries
* Add test coverage
* Fix linter
* Minor documentation updates
* Update twoaxistracking_logo.svg
Include the shading from the base of the reference collector.
* Update twoaxistracking/layout.py
Co-authored-by: Kevin Anderson <[email protected]>
* Implement changes from review by kanderso-nrel
* Fix linter error
* Rewrite max_shading_elevation function
* Fix linter
* Add check for total area enclosing active areas
* Updates addressing review by kanderso-nrel
Co-authored-by: Kevin Anderson <[email protected]>
0 commit comments