We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78d8297 commit abed627Copy full SHA for abed627
1 file changed
activitysim/core/configuration/top.py
@@ -790,7 +790,7 @@ def _check_store_skims_in_shm(self):
790
.. versionadded:: 1.6
791
"""
792
793
- fraction_of_failed_choices_allowed: float = 0.1
+ fraction_of_failed_choices_allowed: float = 0.001
794
795
Threshold for the fraction of households that can be skipped before failing the model run,
796
used in conjunction with `skip_failed_choices`.
0 commit comments