Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
change longname in long_name
  • Loading branch information
CoriPegliasco committed Mar 9, 2021
commit 624be666cf3e1e051b1e0b7d6685faff291934f2
4 changes: 2 additions & 2 deletions src/py_eddy_tracker/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ def parse_args(self, *args, **kwargs):
nc_type="u2",
nc_dims=("obs",),
nc_attr=dict(
longname="number of points for effective contour",
long_name="number of points for effective contour",
units="ordinal",
description="Number of point for effective contour before resampling",
),
Expand Down Expand Up @@ -516,7 +516,7 @@ def parse_args(self, *args, **kwargs):
nc_type="u2",
nc_dims=("obs",),
nc_attr=dict(
longname="number of point for speed contour",
long_name="number of point for speed contour",
units="ordinal",
description="Number of point for speed contour before resampling",
),
Expand Down