[python-hdf5storage] 10/12: Fixed bug in tests.
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Mon Feb 29 08:24:49 UTC 2016
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to annotated tag 0.1.1
in repository python-hdf5storage.
commit 031d23433b6ddb119c35cd7029f08e596c746f31
Author: Freja Nordsiek <fnordsie at gmail.com>
Date: Fri Mar 7 18:57:14 2014 -0500
Fixed bug in tests.
---
tests/test_matlab_compatibility.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/test_matlab_compatibility.py b/tests/test_matlab_compatibility.py
index 900eb5c..6c40b9e 100644
--- a/tests/test_matlab_compatibility.py
+++ b/tests/test_matlab_compatibility.py
@@ -89,4 +89,4 @@ def check_variable_from_matlab(name):
def check_variable_to_matlab_back(name):
- assert_equal_from_matlab(python_v7p3[name], python_v7[name])
+ assert_equal_from_matlab(python_v7p3[name], types_v7[name])
--
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