[python-hdf5storage] 24/152: Removed partial code for the currently impossible to set MATLAB_fields attribute.
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Mon Feb 29 08:24:30 UTC 2016
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to annotated tag 0.1
in repository python-hdf5storage.
commit 6b008c4edcefba53762ab296933489db472d9f90
Author: Freja Nordsiek <fnordsie at gmail.com>
Date: Sat Jan 25 12:08:30 2014 -0500
Removed partial code for the currently impossible to set MATLAB_fields attribute.
---
hdf5storage/core.py | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/hdf5storage/core.py b/hdf5storage/core.py
index dc5d9ab..9d93087 100644
--- a/hdf5storage/core.py
+++ b/hdf5storage/core.py
@@ -615,10 +615,6 @@ def write(filename='data.h5', name='/data', data=None,
options = Options(**args)
- # Reset the list of MATLAB_fields attributes to set.
-
- _MATLAB_fields_pairs = []
-
# Remove double slashes and a non-root trailing slash.
name = posixpath.normpath(name)
@@ -715,10 +711,3 @@ def write(filename='data.h5', name='/data', data=None,
raise
finally:
fd.close()
-
-
-# Set an empty list of path-string_array pairs to set the
-# MATLAB_fields attributes on all the things that correspond to MATLAB
-# structures.
-
-_MATLAB_fields_pairs = []
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-hdf5storage.git
More information about the debian-science-commits
mailing list