[python-arrayfire] 01/11: Use the correct unified backend name

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Sun May 1 19:50:22 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 30a3d05a3467e0080f4efc0d0e81e6f68ea7546e
Author: Filipe Maia <filipe.c.maia at gmail.com>
Date:   Wed Mar 30 17:36:28 2016 +0200

    Use the correct unified backend name
---
 arrayfire/library.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arrayfire/library.py b/arrayfire/library.py
index 184bcc3..432ebb8 100644
--- a/arrayfire/library.py
+++ b/arrayfire/library.py
@@ -507,7 +507,7 @@ class _clibrary(object):
         return self.__name
 
     def is_unified(self):
-        return self.__name == ''
+        return self.__name == 'unified'
 
     def parse(self, res):
         lst = []

-- 
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