diff --git a/src/main/python/estimate_plan_choice.py b/src/main/python/estimate_plan_choice.py index 76f4b6e2..260753e9 100644 --- a/src/main/python/estimate_plan_choice.py +++ b/src/main/python/estimate_plan_choice.py @@ -90,8 +90,6 @@ def calc_costs(df, k, modes): "TN": (tn_generator, "truncated normal generator for mixed logit") }) - print(tn_generator(10, 10)) - mixed_logit = True ASC = {}