Skip to content

Commit

Permalink
updated list assert
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Havens committed Apr 27, 2021
1 parent 89f3de7 commit 5c7a0b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_hrrr_preprocessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ def test_pre_process(self):
)

self.assertCountEqual(
list(data.keys()),
data.keys(),
['air_temp', 'relative_humidity', 'wind_u', 'wind_v', 'precip_int', 'short_wave']
)

0 comments on commit 5c7a0b7

Please sign in to comment.