From c2f72b30a299ca4827dbdac6ff659ff1f6de8367 Mon Sep 17 00:00:00 2001 From: Guillaume Viejo Date: Tue, 7 May 2024 16:56:13 -0400 Subject: [PATCH] Update pynapple/core/time_series.py Co-authored-by: Edoardo Balzani --- pynapple/core/time_series.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/pynapple/core/time_series.py b/pynapple/core/time_series.py index 4edd7828..f845e5a0 100644 --- a/pynapple/core/time_series.py +++ b/pynapple/core/time_series.py @@ -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,