[python-hdf5storage] 03/13: Fixed the example code output having the transpose before reshape bug in the documentation.
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Mon Feb 29 08:25:23 UTC 2016
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to annotated tag 0.1.12
in repository python-hdf5storage.
commit 6a81f4eea2c2b28b1d58a5f3758b9d5d064c938c
Author: Freja Nordsiek <fnordsie at gmail.com>
Date: Sat Feb 13 19:51:46 2016 +0100
Fixed the example code output having the transpose before reshape bug in the documentation.
---
doc/source/introduction.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/source/introduction.rst b/doc/source/introduction.rst
index 6ceb180..1cef7a9 100644
--- a/doc/source/introduction.rst
+++ b/doc/source/introduction.rst
@@ -362,8 +362,8 @@ the same (or at least, it should) as it was written.
'dd': array([], dtype=int32),
'ee': array([[ 3.29999995e+00],
[ 5.30000000e+03]], dtype=float32),
- 'ff': array([[ 3.4+0.j, 9.0+2.j],
- [ 3.0+0.j, 0.0+0.j]]),
+ 'ff': array([[ 3.4+0.j, 3.0+0.j],
+ [ 9.0+2.j, 0.0+0.j]]),
'gg': array(['one', 'two', 'three'],
dtype='<U5'),
'hh': b'how many?',
--
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