Skip to content

Commit

Permalink
blacken
Browse files Browse the repository at this point in the history
  • Loading branch information
dhensle committed Mar 11, 2024
1 parent d8af5b8 commit 2b248ce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions activitysim/estimation/larch/simple_simulate.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,9 +356,9 @@ def telecommute_frequency_model(
edb_directory=edb_directory,
return_data=return_data,
choices={
"No_Telecommute" : 1,
"1_day_week" : 2,
"2_3_days_week" : 3,
"4_days_week" : 4,
"No_Telecommute": 1,
"1_day_week": 2,
"2_3_days_week": 3,
"4_days_week": 4,
},
)

0 comments on commit 2b248ce

Please sign in to comment.