Skip to content

Commit

Permalink
Merge pull request #468 from jpn--/bugfix-est
Browse files Browse the repository at this point in the history
fix estimation output file directory and tour mode choice notebook
  • Loading branch information
bstabler authored Aug 10, 2021
2 parents ac7bd39 + fa64b7e commit e0a6ef4
Show file tree
Hide file tree
Showing 2 changed files with 2,909 additions and 236 deletions.
1 change: 1 addition & 0 deletions activitysim/estimation/larch/mode_choice.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ def mode_choice_model(
):
if override_filenames is None:
override_filenames = {}
edb_directory = edb_directory.format(name=name)
data = simple_simulate_data(
name=name,
edb_directory=edb_directory,
Expand Down
Loading

0 comments on commit e0a6ef4

Please sign in to comment.