Skip to content

Commit 30a3d05

Browse files
committed
Use the correct unified backend name
1 parent f5efab4 commit 30a3d05

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)