Skip to content

Commit

Permalink
FIX: Add dict definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
zssherman committed Mar 19, 2024
1 parent 762598a commit dffb3d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyart/aux_io/sinarame_h5.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,7 @@ def read_sinarame_h5(
instrument_parameters = None
# Grab each instrument parameter and its value for the hfile object.
else:
instrument_parameters = {}
for i in hfile["how"].attrs.keys():
instrument_parameters[i] = hfile["how"].attrs[i]

Expand Down

0 comments on commit dffb3d6

Please sign in to comment.