[python-hdf5storage] 33/152: Changed reading to have the Matlab compatiblity option set to False by default.
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Mon Feb 29 08:24:31 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 e497e0f1546c5dd8274871ed6086a6590511c81c
Author: Freja Nordsiek <fnordsie at gmail.com>
Date: Sun Jan 26 16:23:50 2014 -0500
Changed reading to have the Matlab compatiblity option set to False by default.
---
hdf5storage/core.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hdf5storage/core.py b/hdf5storage/core.py
index 768c2fa..178bb45 100644
--- a/hdf5storage/core.py
+++ b/hdf5storage/core.py
@@ -749,7 +749,7 @@ def write(filename='data.h5', name='/data', data=None,
fd.close()
-def read(filename='data.h5', name='/data', MATLAB_compatible=True,
+def read(filename='data.h5', name='/data', MATLAB_compatible=False,
reverse_dimension_order=False, complex_names=('r', 'i')):
# Pack the different options into an Options class. The easiest way
# to do this is to get all the arguments (locals() gets them since
--
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