Skip to content

Commit 515cc3c

Browse files
GioeleB00Copilot
andauthored
Update src/app/core/runtime/rqs_generator.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent dd46e2a commit 515cc3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/core/runtime/rqs_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def _requests_generator(self) -> Generator[float, None, None]:
7676
* Otherwise the default Poisson-Poisson sampler is returned.
7777
7878
"""
79-
dist = self.rqs_generator_data.avg_active_users.distribution.lower()
79+
dist = self.rqs_generator_data.avg_active_users.distribution
8080

8181
if dist == Distribution.NORMAL:
8282
#Gaussian-Poisson model

0 commit comments

Comments
 (0)