Skip to content

Commit c243564

Browse files
authored
Merge pull request #50 from MeteoSwiss/dev
Dev
2 parents f215d5f + 71a351c commit c243564

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)