Skip to content

Commit

Permalink
Fix a mistyped variable name (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
joewkr authored Jan 16, 2024
1 parent 5503038 commit 6efac00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@ def firstguess4gridpp(tmp_path_factory):
longitude = 10.0, 10.1, 10.2, 10.3, 10.4, 10.5, 10.6;
longitude = 60.0, 60.1, 60.2, 60.3, 60.4, 60.5, 60.6;
latitude = 60.0, 60.1, 60.2, 60.3, 60.4, 60.5, 60.6;
air_temperature_2m =
271, 272, 273, 274, 275, 276;
Expand Down

0 comments on commit 6efac00

Please sign in to comment.