Skip to content

Commit d6b7a86

Browse files
author
Louise BELEY
committed
indentation vrt fix
1 parent b69799c commit d6b7a86

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/py_eddy_tracker/dataset/grid.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -642,8 +642,7 @@ def eddy_identification(
642642
if grid_height in ['ow']:
643643
# Get vorticity as an aditional field (to identify cyc/acyc)
644644
vrt = self.grid(vorticity_name, indexs=dict(xi_u=slice(None),eta_v=slice(None))).astype('f8')
645-
646-
if vorticity_name=='vrt': vrt = self.psi2rho(vrt)
645+
if vorticity_name=='vrt': vrt = self.psi2rho(vrt)
647646

648647
# In case of a reduce mask
649648
if len(data.mask.shape) == 0 and not data.mask:

0 commit comments

Comments
 (0)