Skip to content

Commit 726605c

Browse files
committed
BUGFIX: array.H() now calls af_transpose with proper options
1 parent 2efb2ad commit 726605c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arrayfire/array.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ def H(self):
589589
"""
590590
Return the hermitian transpose of the array
591591
"""
592-
return transpose(self, False)
592+
return transpose(self, True)
593593

594594
def dims(self):
595595
"""

0 commit comments

Comments
 (0)