Skip to content

Commit

Permalink
Update test_solcast.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamRJensen committed Mar 9, 2024
1 parent 8fc8340 commit 7bfba0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pvlib/tests/iotools/test_solcast.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,9 @@ def test_get_solcast_tmy(
),
pd.DataFrame(
[[9.4200e+02, 8.4300e+02, 1.0174e+05, 3.0000e+01, 7.8000e+00,
3.1600e+02, 1.0100e+03, 2.0000e+00, 4.6000e+00, 1.6400e+02, 90],
3.1600e+02, 1.0100e+03, 2.0000e+00, 4.6000e+00, 1.6400e+00, 90],
[9.3600e+02, 8.3200e+02, 1.0179e+05, 3.0000e+01, 7.9000e+00,
3.1600e+02, 9.9600e+02, 1.4000e+01, 4.5000e+00, 1.6300e+02, 0]],
3.1600e+02, 9.9600e+02, 1.4000e+01, 4.5000e+00, 1.6300e+00, 0]],
columns=[
'dni', 'ghi', 'pressure', 'temp_air', 'wind_speed',
'wind_direction', 'poa_global', 'solar_azimuth',
Expand Down

0 comments on commit 7bfba0d

Please sign in to comment.