Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-turner-1 committed Oct 17, 2024
1 parent 67e124e commit 53d679c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/test_builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,8 @@ def test_parse_access_filename(builder, filename, expected):
variable_cell_methods=["time: mean"],
variable_units=["K"],
),
)(
),
(
builders.AccessCm2Builder,
"access-cm2/by578/history/ice/iceh_d.2015-01.nc",
_AccessNCFileInfo(
Expand Down Expand Up @@ -679,7 +680,8 @@ def test_parse_access_filename(builder, filename, expected):
variable_cell_methods=["time: mean"],
variable_units=["K"],
),
)(
),
(
builders.AccessEsm15Builder,
"access-esm1-5/history/ice/iceh.1850-01.nc",
_AccessNCFileInfo(
Expand Down

0 comments on commit 53d679c

Please sign in to comment.