Skip to content

Commit 2b7527f

Browse files
author
Daniel Buscombe
committed
Fri Jul 3 14:00:52 MST 2015
1 parent 7b20d3e commit 2b7527f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PyHum/_pyhum_e1e2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ def e1e2(humfile, sonpath, cs2cs_args="epsg:26949", ph=7.0, temp=10.0, salinity=
277277
es = np.squeeze(meta['es'])
278278
ns = np.squeeze(meta['ns'])
279279
dep = np.squeeze(meta['dep_m'])
280-
del meta
280+
#del meta
281281

282282
# load memory mapped scans
283283
shape_hi= np.squeeze(meta['shape_hi'])

0 commit comments

Comments
 (0)