Skip to content

Commit f57582b

Browse files
author
emason
committed
Minor changes
1 parent 7e5fb44 commit f57582b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/py_eddy_tracker/grid/__init__.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -375,11 +375,6 @@ def get_aviso_f_pm_pn(self):
375375
lonv = self.half_interp(self.lonpad[:-1], self.lonpad[1:])
376376
latv = self.half_interp(self.latpad[:-1], self.latpad[1:])
377377

378-
print 'self.lonpad.shape',self.lonpad.shape
379-
print 'self.latpad.shape',self.latpad.shape
380-
print 'self.lon.shape',self._lon.shape
381-
print 'self.lat.shape',self._lat.shape
382-
383378
# Get p_m and p_n
384379
p_m = zeros(self.lonpad.shape)
385380
p_m[:, 1:-1] = self.haversine_dist(lonu[:, :-1], latu[:, :-1],

0 commit comments

Comments
 (0)