Skip to content

Commit

Permalink
fix ruff error
Browse files Browse the repository at this point in the history
  • Loading branch information
SarahAlidoost committed Oct 18, 2024
1 parent b63505f commit c17eb37
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/zampy/datasets/land_cover.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ def extract_netcdf_to_zampy(file: Path) -> xr.Dataset:
else:
regrid_values = np.unique(da.values)


da_regrid = da.regrid.most_common(target_dataset, values=regrid_values)

# make sure dtype is the same
Expand Down

0 comments on commit c17eb37

Please sign in to comment.