-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Milestone
Description
The test_atmosphere
module can easily be improved in a few ways:
- Add numerical tests.
- Replace the
Location.get_solarposition
calculated zenith angles with prescribed zenith angles. Unneeded complexity and makes it easier to do 1. - Remove unused imports (
logging
now andlocation, solarposition
once 2. is fixed.)