We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2539f17 commit 71a351cCopy full SHA for 71a351c
tests/aux_io/test_odim_grid_h5.py
@@ -13,7 +13,7 @@
13
#####################################################
14
15
# 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)
+grid = pyart.aux_io.read_odim_grid_h5(pyart.testing.ODIM_H5_GRID_FILE, time_ref="start")
17
18
19
# time attribute
0 commit comments