Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
rakow committed Mar 2, 2024
1 parent 22a200b commit 5542a57
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/python/estimate_plan_choice.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {}
Expand Down

0 comments on commit 5542a57

Please sign in to comment.