Skip to content

Commit

Permalink
Update pynapple/core/time_series.py
Browse files Browse the repository at this point in the history
Co-authored-by: Edoardo Balzani <[email protected]>
  • Loading branch information
gviejo and BalzaniEdoardo authored May 7, 2024
1 parent bc51b40 commit c2f72b3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pynapple/core/time_series.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,14 +181,6 @@ def __array_ufunc__(self, ufunc, method, *args, **kwargs):
return NotImplemented

def __array_function__(self, func, types, args, kwargs):
# print("In __array_function__")
# print(" func = ", func)
# print(" types = ", types)
# print(" args = ", args)
# for inp in args:
# print(type(inp))
# print(" kwargs = ", kwargs)

if func in [
np.sort,
np.lexsort,
Expand Down

0 comments on commit c2f72b3

Please sign in to comment.