Skip to content

Commit

Permalink
liting
Browse files Browse the repository at this point in the history
  • Loading branch information
luissian authored and saramonzon committed Apr 19, 2024
1 parent 003447f commit adc9992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taranis/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ def filter_data_frame_by_parameters(
new_data_frame = data_frame.drop(columns=to_be_removed_columns)
# pdb.set_trace()
# remove the rows which the filter strings are higher than the threshold
row_threshold = row_thr * num_columns
# row_threshold = row_thr * num_columns
return new_data_frame


Expand Down

0 comments on commit adc9992

Please sign in to comment.