[python-arrayfire] 106/250: BaseArray is needed in _get_assign_dims and cannot be deleted

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Mon Mar 28 22:59:37 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 de3b46aec143fec5d000501f6f0edf886f729448
Author: Filipe Maia <filipe.c.maia at gmail.com>
Date:   Mon Sep 7 12:29:04 2015 +0200

    BaseArray is needed in _get_assign_dims and cannot be deleted
---
 arrayfire/array.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arrayfire/array.py b/arrayfire/array.py
index 329ed11..9d16036 100644
--- a/arrayfire/array.py
+++ b/arrayfire/array.py
@@ -1039,5 +1039,3 @@ def display(a):
     if (expr is not None):
         print('%s' % expr[0].split('display(')[1][:-2])
     safe_call(backend.get().af_print_array(a.arr))
-
-del BaseArray

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