Skip to content

Commit

Permalink
Do not drop band twice
Browse files Browse the repository at this point in the history
  • Loading branch information
rubencalje committed Nov 7, 2024
1 parent 0952e41 commit afc1f23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nlmod/read/ahn.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ def get_ahn(ds=None, identifier="AHN4_5M_M", method="average", extent=None, **kw
if extent is None and ds is not None:
extent = get_extent(ds)
ahn_ds_raw = _get_ahn_ellipsis(extent, identifier=identifier, **kwargs)
ahn_ds_raw = ahn_ds_raw.drop_vars("band")

if ds is None:
ahn_da = ahn_ds_raw
Expand Down

0 comments on commit afc1f23

Please sign in to comment.