Skip to content

Commit e6ea1e8

Browse files
committed
Merge pull request #27 from FilipeMaia/fixes
Add missing return for join
2 parents 8e764b6 + e8a5ad7 commit e6ea1e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arrayfire/data.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ def join(dim, first, second, third=None, fourth=None):
128128
num+=1
129129

130130
safe_call(clib.af_join_many(ct.pointer(out.arr), dim, num, ct.pointer(ct.c_array_vec)))
131+
return out
131132

132133

133134
def tile(a, d0, d1=1, d2=1, d3=1):

0 commit comments

Comments
 (0)