Skip to content

Commit

Permalink
fix: deleting the valid_min valid_max
Browse files Browse the repository at this point in the history
  • Loading branch information
uriii3 committed Jul 30, 2024
1 parent 60f2558 commit 04dad1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions copernicusmarine/download_functions/subset_xarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@
"long_name",
"units",
"unit_long",
"valid_min",
"valid_max",
]
NETCDF_CONVENTION_COORDINATE_ATTRIBUTES = [
"standard_name",
"long_name",
"units",
"unit_long",
"axis",
"valid_min",
"valid_max",
]
NETCDF_CONVENTION_DATASET_ATTRIBUTES = [
"title",
Expand Down

0 comments on commit 04dad1b

Please sign in to comment.