From ad20addff7789b1e03ecc1c17469dc949747b54b Mon Sep 17 00:00:00 2001 From: Avik Basu <3485425+ab93@users.noreply.github.com> Date: Wed, 10 Apr 2024 17:34:57 -0700 Subject: [PATCH] fix: remove print (#363) Signed-off-by: Avik Basu --- numalogic/backtest/_prom.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/numalogic/backtest/_prom.py b/numalogic/backtest/_prom.py index 3f8a3317..9fc044c7 100644 --- a/numalogic/backtest/_prom.py +++ b/numalogic/backtest/_prom.py @@ -395,10 +395,6 @@ def _construct_output( ) -> OutDataFrames: ts_idx = input_df.index - print( - preproc_out.shape, nn_out.shape, thresh_out.shape, postproc_out.shape, unified_out.shape - ) - if thresh_out.shape[1] > 1: thresh_df = pd.DataFrame( thresh_out,