Skip to content

Commit a76ea66

Browse files
committed
fix file path in calendar testing
1 parent a20c922 commit a76ea66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_calendars.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def test_a_short_one(self):
1313
oceanval.reset()
1414
oceanval.add_gridded_comparison(
1515
name = "temperature",
16-
obs_path = "data/ukesm/ukesm_subset_tos.nc",
16+
obs_path = "data/ukesm/1950/ukesm_subset_tos.nc",
1717
model_variable = "tos",
1818
obs_variable = "tos",
1919
source = "foo",

0 commit comments

Comments
 (0)