We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4156e48 commit 2ae92cbCopy full SHA for 2ae92cb
tests/simple/array_test.py
@@ -35,7 +35,7 @@ def simple_array(verbose=False):
35
print_func(a.is_complex(), a.is_real(), a.is_double(), a.is_single())
36
print_func(a.is_real_floating(), a.is_floating(), a.is_integer(), a.is_bool())
37
38
- a = af.Array(host.array('l', [7, 8, 9] * 3), (3,3))
+ a = af.Array(host.array('I', [7, 8, 9] * 3), (3,3))
39
display_func(a)
40
print_func(a.elements(), a.type(), a.dims(), a.numdims())
41
print_func(a.is_empty(), a.is_scalar(), a.is_column(), a.is_row())
0 commit comments