Skip to content

Commit

Permalink
Fix keyword arg
Browse files Browse the repository at this point in the history
  • Loading branch information
wagnerlmichael committed Jan 21, 2025
1 parent 962ef1d commit 225c6f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manual_flagging/flagging.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ def create_bins_and_labels(input_list):
rolling_window=inputs["rolling_window_months"],
time_frame=inputs["time_frame"],
short_term_threshold=flg_model.SHORT_TERM_OWNER_THRESHOLD,
min_group_thresh=inputs["min_groups_threshold"],
min_group_threshold=inputs["min_groups_threshold"],
raw_price_threshold=inputs["raw_price_threshold"],
run_id=run_id,
)
Expand Down

0 comments on commit 225c6f0

Please sign in to comment.