Skip to content

Commit 5192dd2

Browse files
committed
Fix tests
1 parent 043f130 commit 5192dd2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/iotools/test_psm4.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,7 @@ def test_get_nsrdb_psm4_polar(nlr_api_key):
9292
parameters=["ghi"],
9393
utc=True,
9494
map_variables=False)
95-
expected, _ = psm4.read_nsrdb_polar(POLAR_TEST_DATA)
96-
#assert_psm4_equal(data, metadata, expected)
95+
expected, _ = psm4.read_nsrdb_psm4(POLAR_TEST_DATA)
9796
pd.testing.assert_frame_equal(data, expected)
9897

9998

0 commit comments

Comments
 (0)