We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 043f130 commit 5192dd2Copy full SHA for 5192dd2
1 file changed
tests/iotools/test_psm4.py
@@ -92,8 +92,7 @@ def test_get_nsrdb_psm4_polar(nlr_api_key):
92
parameters=["ghi"],
93
utc=True,
94
map_variables=False)
95
- expected, _ = psm4.read_nsrdb_polar(POLAR_TEST_DATA)
96
- #assert_psm4_equal(data, metadata, expected)
+ expected, _ = psm4.read_nsrdb_psm4(POLAR_TEST_DATA)
97
pd.testing.assert_frame_equal(data, expected)
98
99
0 commit comments