Skip to content

Commit

Permalink
set for multiprocessing
Browse files Browse the repository at this point in the history
  • Loading branch information
dhensle committed Oct 22, 2024
1 parent 6a531a7 commit bc4b05b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions activitysim/core/mp_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -887,6 +887,7 @@ def setup_injectables_and_logging(injectables, locutor: bool = True) -> workflow
state = workflow.State()
state = state.initialize_filesystem(**injectables)
state.settings = injectables.get("settings", Settings())
state.filesystem.parse_settings(state.settings)

# register abm steps and other abm-specific injectables
# by default, assume we are running activitysim.abm
Expand Down

0 comments on commit bc4b05b

Please sign in to comment.