[python-arrayfire] 24/58: BUGFIX: array.H() now calls af_transpose with proper options

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Sep 28 13:57:05 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 726605c58b7bf6c54be87a7ca7b7cbbd92e43a50
Author: Pavan Yalamanchili <pavan at arrayfire.com>
Date:   Sun Sep 11 01:01:46 2016 -0400

    BUGFIX: array.H() now calls af_transpose with proper options
---
 arrayfire/array.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arrayfire/array.py b/arrayfire/array.py
index 327fd6b..beb2eb8 100644
--- a/arrayfire/array.py
+++ b/arrayfire/array.py
@@ -589,7 +589,7 @@ class Array(BaseArray):
         """
         Return the hermitian transpose of the array
         """
-        return transpose(self, False)
+        return transpose(self, True)
 
     def dims(self):
         """

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