Skip to content

Commit 48c7dec

Browse files
committed
Recomment line
1 parent b2c062e commit 48c7dec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ndarray/test_elementwise_funcs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
# If you want to see which ones are enabled and which not, uncomment following
2828
# 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])
29+
# print("Binary functions supported:", [f[0].__name__ for f in BINARY_FUNC_PAIRS])
3030
# print("NumPy ufuncs not in Blosc2:", [f.__name__ for f in UNSUPPORTED_UFUNCS]) <- all not in array-api
3131
UNARY_FUNC_PAIRS.append((np.round, blosc2.round))
3232
UNARY_FUNC_PAIRS.append((np.count_nonzero, blosc2.count_nonzero))

0 commit comments

Comments
 (0)