Skip to content

Commit

Permalink
availability test: pin altitude to zero
Browse files Browse the repository at this point in the history
  • Loading branch information
kandersolar authored Jul 3, 2024
1 parent ac81e08 commit 449cca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rdtools/test/availability_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def power_data(request):
# a few days of clearsky irradiance for creating a plausible power signal
times = pd.date_range('2019-01-01', '2019-01-05 23:59', freq='15min',
tz='US/Eastern')
location = pvlib.location.Location(40, -80)
location = pvlib.location.Location(40, -80, altitude=0)
# use haurwitz to avoid dependency on `tables`
clearsky = location.get_clearsky(times, model='haurwitz')

Expand Down

0 comments on commit 449cca9

Please sign in to comment.