Skip to content

Commit 6a79fdb

Browse files
committed
Merge pull request #73 from FilipeMaia/is_unified_fix
Use the correct unified backend name
2 parents f5efab4 + 30a3d05 commit 6a79fdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arrayfire/library.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ def name(self):
507507
return self.__name
508508

509509
def is_unified(self):
510-
return self.__name == ''
510+
return self.__name == 'unified'
511511

512512
def parse(self, res):
513513
lst = []

0 commit comments

Comments
 (0)