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 b2c062e commit 48c7decCopy full SHA for 48c7dec
tests/ndarray/test_elementwise_funcs.py
@@ -26,7 +26,7 @@
26
27
# If you want to see which ones are enabled and which not, uncomment following
28
# print("Unary functions supported:", [f[0].__name__ for f in UNARY_FUNC_PAIRS])
29
-print("Binary functions supported:", [f[0].__name__ for f in BINARY_FUNC_PAIRS])
+# print("Binary functions supported:", [f[0].__name__ for f in BINARY_FUNC_PAIRS])
30
# print("NumPy ufuncs not in Blosc2:", [f.__name__ for f in UNSUPPORTED_UFUNCS]) <- all not in array-api
31
UNARY_FUNC_PAIRS.append((np.round, blosc2.round))
32
UNARY_FUNC_PAIRS.append((np.count_nonzero, blosc2.count_nonzero))
0 commit comments