Skip to content

Commit c690c55

Browse files
committed
Update grid.py
correction of grid.py to allow for different mle values
1 parent 842748a commit c690c55

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/py_eddy_tracker/dataset/grid.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1073,6 +1073,8 @@ def get_amplitude(
10731073
contour_height=contour_height,
10741074
# All grid
10751075
data=data,
1076+
# nb of allowed extrema
1077+
mle=mle,
10761078
**kwargs,
10771079
)
10781080

0 commit comments

Comments
 (0)