[python-hdf5storage] 28/84: MP-77: Fix bug in hdf5storage

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Mon Feb 29 08:25:00 UTC 2016


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to annotated tag 0.1.10
in repository python-hdf5storage.

commit afb12081cb8a1e94011e411b24b90d12645f3d07
Author: James Moon <james at interaxon.ca>
Date:   Mon Dec 15 17:33:54 2014 -0500

    MP-77: Fix bug in hdf5storage
---
 hdf5storage/Marshallers.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hdf5storage/Marshallers.py b/hdf5storage/Marshallers.py
index 179bfcd..262c1e8 100644
--- a/hdf5storage/Marshallers.py
+++ b/hdf5storage/Marshallers.py
@@ -139,7 +139,7 @@ def write_object_array(f, data, options):
 
     # Now, the dtype needs to be changed to the reference type and the
     # whole thing copied over to data_to_store.
-    return data_refs.astype(dtype=ref_dtype).copy()
+    return data_refs.astype(ref_dtype).copy()
 
 
 def read_object_array(f, data, options):

-- 
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