Skip to content

Commit

Permalink
made infinity the default for behind_threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-steinke committed Jul 15, 2024
1 parent a45aedc commit b0a574c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vessim/cosim.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b0a574c

Please sign in to comment.