Skip to content

Commit 5de9200

Browse files
committed
cleaned commented-out code
1 parent 17b0445 commit 5de9200

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/bopforge/categorical_pipeline/__main__.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,6 @@ def pre_processing(result_folder: Path) -> None:
5656
functions._validate_cat_order(cat_order, unique_cats)
5757
# For ordinal categories, if prior_order is given validate it matches cat_order
5858
functions._validate_cat_order_prior_order_match(cat_order, prior_order)
59-
# prior_order = functions._validate_cat_order_prior_order_match(
60-
# cat_order, prior_order
61-
# )
62-
# all_settings["fit_signal_model"]["cat_cov_model"]["prior_order"] = (
63-
# prior_order
64-
# )
6559

6660
# save results
6761
dataif.dump_result(df, f"{name}.csv")

0 commit comments

Comments
 (0)