Skip to content

Commit 29ed259

Browse files
committed
Set map_variables=False in tests
1 parent 151f4f2 commit 29ed259

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/iotools/test_psm4.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +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_psm4(POLAR_TEST_DATA)
95+
expected, _ = psm4.read_nsrdb_psm4(POLAR_TEST_DATA, map_variables=False)
9696
pd.testing.assert_frame_equal(data, expected)
9797

9898

0 commit comments

Comments
 (0)