Skip to content

Commit 3147088

Browse files
committed
solve merge issue (interval instead of step)
1 parent 181cd10 commit 3147088

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/py_eddy_tracker/dataset/grid.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@ def eddy_identification(
811811
data,
812812
anticyclonic_search=anticyclonic_search,
813813
level=self.contours.levels[corrected_coll_index],
814-
step=step, grid_height=grid_height,
814+
interval=step, grid_height=grid_height,
815815
mle=mle,
816816
**kwargs,
817817
)
@@ -1039,7 +1039,7 @@ def get_amplitude(
10391039
data,
10401040
anticyclonic_search=True,
10411041
level=None,
1042-
step=None,
1042+
interval=None,
10431043
grid_height='sla',
10441044
mle=1,
10451045
**kwargs

0 commit comments

Comments
 (0)