We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b69799c commit d6b7a86Copy full SHA for d6b7a86
src/py_eddy_tracker/dataset/grid.py
@@ -642,8 +642,7 @@ def eddy_identification(
642
if grid_height in ['ow']:
643
# Get vorticity as an aditional field (to identify cyc/acyc)
644
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)
+ if vorticity_name=='vrt': vrt = self.psi2rho(vrt)
647
648
# In case of a reduce mask
649
if len(data.mask.shape) == 0 and not data.mask:
0 commit comments