Skip to content

Commit

Permalink
updating edb file name for NMTF
Browse files Browse the repository at this point in the history
  • Loading branch information
dhensle committed Dec 21, 2024
1 parent 420ed8e commit 44bf037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activitysim/estimation/larch/nonmand_tour_freq.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def interaction_simulate_data(
alt_def_file="{name}_alternatives.csv",
coefficients_files="{segment_name}/{name}_coefficients_{segment_name}.csv",
chooser_data_files="{segment_name}/{name}_choosers_combined.csv",
alt_values_files="{segment_name}/{name}_interaction_expression_values.csv",
alt_values_files="{segment_name}/{name}_alternatives_combined.csv",
segment_subset=(),
):
edb_directory = edb_directory.format(name=name)
Expand Down

0 comments on commit 44bf037

Please sign in to comment.