Skip to content
Merged

Dev #50

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyart/aux_io/odim_h5.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ def read_odim_grid_h5(
nodata=np.nan,
undetect=np.nan,
use_file_conversion=True,
time_ref="start",
time_ref="end",
**kwargs,
):
"""
Expand Down
2 changes: 1 addition & 1 deletion tests/aux_io/test_odim_grid_h5.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#####################################################

# read in the sample file and create a a grid object
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")


# time attribute
Expand Down
Loading