Skip to content

Commit

Permalink
update codes tests (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
larsbuntemeyer authored Oct 15, 2024
1 parent ca34136 commit 41f3209
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_codes.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ def test_codes():
"variable": "T",
"description": "temperature",
"units": "K",
"positive": None,
"layer": 110.0,
"time_cell_method": "point",
"cf_name": "ta",
Expand All @@ -25,6 +26,7 @@ def test_code_search():
"variable": "TEMP2",
"description": "2m temperature",
"units": "K",
"positive": None,
"layer": 1.0,
"time_cell_method": "mean",
"cf_name": "tas",
Expand Down

0 comments on commit 41f3209

Please sign in to comment.