[hdf-compass] 11/295: Add test data demonstrating issue #2

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Sun May 8 10:35:20 UTC 2016


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

ghisvail-guest pushed a commit to branch debian/master
in repository hdf-compass.

commit df4a362f8ed716e331265556381b2489a8cd7ad2
Author: Andrew Collette <andrew.collette at gmail.com>
Date:   Tue Jul 1 08:51:25 2014 -0600

    Add test data demonstrating issue #2
---
 array_model/__init__.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/array_model/__init__.py b/array_model/__init__.py
index b14f3ee..e453ab7 100644
--- a/array_model/__init__.py
+++ b/array_model/__init__.py
@@ -32,6 +32,7 @@ DATA = {'a_0d': np.array(1),
         's_0d': np.array("Hello"),
         's_1d': np.array(("Hello",)),
         'v_0d': np.array('\x01', dtype='|V1'),
+        'nonsquare': np.arange(5*10).reshape((5,10)),
         }
 
 class ArrayStore(compass_model.Store):

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/hdf-compass.git



More information about the debian-science-commits mailing list