Skip to content

Commit 71a351c

Browse files
authored
FIX: fix test_odim_grid_h5 for new time_ref behaviour
1 parent 2539f17 commit 71a351c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/aux_io/test_odim_grid_h5.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#####################################################
1414

1515
# read in the sample file and create a a grid object
16-
grid = pyart.aux_io.read_odim_grid_h5(pyart.testing.ODIM_H5_GRID_FILE)
16+
grid = pyart.aux_io.read_odim_grid_h5(pyart.testing.ODIM_H5_GRID_FILE, time_ref="start")
1717

1818

1919
# time attribute

0 commit comments

Comments
 (0)