Skip to content

Commit abed627

Browse files
committed
change default to 0.1% hh allowed to be skipped
1 parent 78d8297 commit abed627

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • activitysim/core/configuration

activitysim/core/configuration/top.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,7 @@ def _check_store_skims_in_shm(self):
790790
.. versionadded:: 1.6
791791
"""
792792

793-
fraction_of_failed_choices_allowed: float = 0.1
793+
fraction_of_failed_choices_allowed: float = 0.001
794794
"""
795795
Threshold for the fraction of households that can be skipped before failing the model run,
796796
used in conjunction with `skip_failed_choices`.

0 commit comments

Comments
 (0)