[python-arrayfire] 55/58: Workaround for upstream bug

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Sep 28 13:57:09 UTC 2016


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

ghisvail-guest pushed a commit to branch master
in repository python-arrayfire.

commit a9fec068ef3c9a8eef6d84044eb842e762290a73
Author: Pavan Yalamanchili <contact at pavanky.com>
Date:   Sun Sep 25 01:18:12 2016 -0700

    Workaround for upstream bug
---
 arrayfire/tests/simple/algorithm.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arrayfire/tests/simple/algorithm.py b/arrayfire/tests/simple/algorithm.py
index 75ab814..5528da3 100644
--- a/arrayfire/tests/simple/algorithm.py
+++ b/arrayfire/tests/simple/algorithm.py
@@ -17,6 +17,7 @@ def simple_algorithm(verbose = False):
 
     a = af.randu(3, 3)
     k = af.constant(1, 3, 3, dtype=af.Dtype.u32)
+    af.eval(k)
 
     print_func(af.sum(a), af.product(a), af.min(a), af.max(a),
                af.count(a), af.any_true(a), af.all_true(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