traveler.steps.simple_choice.run_on#
- simple_choice.run_on(store)[source]#
Simulate choices and assign them to the configured table.
- Parameters:
store (GeneralStore) – Input model data store.
- Returns:
Copy of the store with the simulated-choice column assigned.
- Return type:
GeneralStore
- Raises:
ValueError – If the chooser table or result column was not configured.