diff --git a/vessim/cosim.py b/vessim/cosim.py index 085df2b..4ee1e2a 100644 --- a/vessim/cosim.py +++ b/vessim/cosim.py @@ -145,7 +145,7 @@ def run( until: Optional[int] = None, rt_factor: Optional[float] = None, print_progress: bool | Literal["individual"] = True, - behind_threshold: float = 0.01, + behind_threshold: float = float("inf"), ): if until is None: # there is no integer representing infinity in python