Skip to content

Commit 52ba6e9

Browse files
GioeleB00Copilot
andauthored
Update src/app/core/event_samplers/common_helpers.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent c4cab7f commit 52ba6e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/core/event_samplers/common_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def poisson_variable_generator(
1616
mean: float,
1717
rng: np.random.Generator,
1818
) -> float:
19-
"""Return a Poisson-distributed floateger with expectation *mean*."""
19+
"""Return a Poisson-distributed integer with expectation *mean*."""
2020
return rng.poisson(mean)
2121

2222
def truncated_gaussian_generator(

0 commit comments

Comments
 (0)