Skip to content

Commit

Permalink
fix: remove print (#363)
Browse files Browse the repository at this point in the history
Signed-off-by: Avik Basu <[email protected]>
  • Loading branch information
ab93 committed Apr 11, 2024
1 parent 61f6598 commit ad20add
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions numalogic/backtest/_prom.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ad20add

Please sign in to comment.