From 225c6f0d2b34ec88147f0357287693a9561e6428 Mon Sep 17 00:00:00 2001 From: Michael Wagner Date: Tue, 21 Jan 2025 21:51:15 +0000 Subject: [PATCH] Fix keyword arg --- manual_flagging/flagging.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual_flagging/flagging.py b/manual_flagging/flagging.py index b546839..cdb0159 100755 --- a/manual_flagging/flagging.py +++ b/manual_flagging/flagging.py @@ -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, )