Skip to content

Commit bc330ed

Browse files
committed
Add notequal() to __all__
1 parent 3e968f1 commit bc330ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

array_api_tests/array_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
'subtract', 'floor', 'ceil', 'where', 'isfinite', 'equal',
1313
'not_equal', 'zero', 'one', 'NaN', 'infinity', 'π', 'isnegzero',
1414
'non_zero', 'isposzero', 'exactly_equal', 'assert_exactly_equal',
15-
'assert_finite', 'assert_non_zero', 'ispositive',
15+
'notequal', 'assert_finite', 'assert_non_zero', 'ispositive',
1616
'assert_positive', 'isnegative', 'assert_negative', 'isintegral',
1717
'assert_integral', 'isodd', 'iseven', "assert_iseven",
1818
'assert_isinf', 'positive_mathematical_sign',

0 commit comments

Comments
 (0)