[python-arrayfire] 36/250: TEST: Fixing blas test
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Mon Mar 28 22:59:28 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 python-arrayfire.
commit fa9042d1faee3e69edcf5d5134e46b4a2c883ae6
Author: Pavan Yalamanchili <pavan at arrayfire.com>
Date: Thu Jul 16 11:18:33 2015 -0400
TEST: Fixing blas test
---
tests/simple_blas.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/simple_blas.py b/tests/simple_blas.py
index daaf71e..0759716 100755
--- a/tests/simple_blas.py
+++ b/tests/simple_blas.py
@@ -18,7 +18,7 @@ af.print_array(af.matmul(a,b,af.AF_MAT_TRANS))
af.print_array(af.matmul(a,b,af.AF_MAT_NONE, af.AF_MAT_TRANS))
b = af.randu(5,1)
-af.print_array(af.dot(a,b))
+af.print_array(af.dot(b,b))
af.print_array(af.transpose(a))
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-arrayfire.git
More information about the debian-science-commits
mailing list