[python-arrayfire] 162/250: Updating helloworld example

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Mon Mar 28 22:59:44 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 91d800f0e4c14bf6ccc32893fa1e046801ce658f
Author: Pavan Yalamanchili <pavan at arrayfire.com>
Date:   Wed Dec 9 16:28:40 2015 -0500

    Updating helloworld example
---
 examples/helloworld/helloworld.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/helloworld/helloworld.py b/examples/helloworld/helloworld.py
index 6b3adef..37ef895 100755
--- a/examples/helloworld/helloworld.py
+++ b/examples/helloworld/helloworld.py
@@ -18,7 +18,7 @@ af.info()
 a = af.randu(5, 1)
 
 # Print a and its minimum value
-af.display(a)
+print(a)
 
 # Print min and max values of a
 print("Minimum, Maximum: ", af.min(a), af.max(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