Skip to content
Snippets Groups Projects
Commit a6a9ce3b authored by Ronan Hamon's avatar Ronan Hamon
Browse files

Remove print in __array_func__

parent e3f57b79
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -295,8 +295,6 @@ class MadArray(np.ndarray): ...@@ -295,8 +295,6 @@ class MadArray(np.ndarray):
def __array_ufunc__(self, ufunc, method, *inputs, **kwargs): def __array_ufunc__(self, ufunc, method, *inputs, **kwargs):
print(method)
args = [] args = []
is_mad = [] is_mad = []
for input_ in inputs: for input_ in inputs:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment