Skip to content

Commit

Permalink
FIX: Cfradial1 writer + pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
syedhamidali committed Aug 31, 2024
1 parent f872798 commit 869cdda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xradar/io/export/cfradial1.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def _variable_mapper(dtree, dim0=None):
"""

sweep_info = _sweep_info_mapper(dtree)
vol_info = _main_info_mapper(dtree).drop_vars("fixed_angle", errors='ignore')
vol_info = _main_info_mapper(dtree).drop_vars("fixed_angle", errors="ignore")
sweep_datasets = []
for grp in dtree.groups:
if "sweep" in grp:
Expand Down

0 comments on commit 869cdda

Please sign in to comment.