Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test_multiroute_HINT.py failed #34

Open
YeChen-IDM opened this issue Dec 11, 2023 · 1 comment
Open

test_multiroute_HINT.py failed #34

YeChen-IDM opened this issue Dec 11, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@YeChen-IDM
Copy link
Collaborator

Assertion failed in this line:

self.assertTrue(total_infected_B < total_infected_C)

FAILED test_multiroute_HINT.py::MultiRouteHINTTest::test_multiple_route_hint - AssertionError: False is not true
FAILED test_multiroute_HINT.py::MultiRouteHINTTest::test_multiple_route_hint_env - AssertionError: False is not true
FAILED test_multiroute_HINT.py::MultiRouteHINTTest::test_no_hint - AssertionError: False is not true
@jonathanhhb jonathanhhb self-assigned this Dec 12, 2023
@jonathanhhb jonathanhhb added the bug Something isn't working label Dec 12, 2023
@stitova-idm
Copy link
Collaborator

The issue is because, due to sampling, the numbers sometimes don't make sense:
image
in these sims for the hint test, you can see there are sometimes more people infected than there are people in the node:
https://comps2.idmod.org/#explore/Simulations?filters=ExperimentId=5eeaeb84-1f99-ee11-92fe-f0921c167864&offset=0&count=80&selectedId=61eaeb84-1f99-ee11-92fe-f0921c167864

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants