Skip to content

Commit

Permalink
push mistake!
Browse files Browse the repository at this point in the history
  • Loading branch information
aletzdy committed May 12, 2023
1 parent c05c7f3 commit 37741aa
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions activitysim/estimation/larch/simple_simulate.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,19 +295,3 @@ def joint_tour_participation_model(
1: 2, # 1 means not participate, alternative 2
},
)

def work_from_home_model(
name="work_from_home",
edb_directory="output/estimation_data_bundle/{name}/",
return_data=False,
):
return simple_simulate_model(
name=name,
edb_directory=edb_directory,
return_data=return_data,
choices={
True: 1,
False: 2,
}, # True is work from home, false is does not work from home, names match spec positions
)

0 comments on commit 37741aa

Please sign in to comment.