Skip to content

Commit df3e505

Browse files
GioeleB00Copilot
andauthored
Update tests/unit/sampler/test_poisson_posson.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 6d764dd commit df3e505

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/unit/sampler/test_poisson_posson.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,6 @@ def test_cumulative_time_never_exceeds_horizon(base_input: SimulationInput) -> N
114114
gaps = list(poisson_poisson_sampling(base_input, rng=rng))
115115

116116
cum_time = math.fsum(gaps)
117-
# Even if the virtual clock può saltare quando λ == 0,
118-
# i gap sommati non devono mai superare l'orizzonte.
117+
# Even if the virtual clock can jump when λ == 0,
118+
# the summed gaps must never exceed the horizon.
119119
assert cum_time < base_input.total_simulation_time

0 commit comments

Comments
 (0)