mila-iqia / COVI-AgentSim

Covid-19 spread simulator with human mobility and intervention modeling.
Other
20 stars 8 forks source link

test_clusterings_code_paths.py #76

Closed mweiss17 closed 4 years ago

mweiss17 commented 4 years ago

TODO: Fix this test. There are two major issues here: 1) we get an error in the data collection worker, which gets a mismatch between current day and the data blob's day idx as a rsult of changing the intervention day. specifically, it raises this exception: "The worker was at day {current_day}, but got a " f"message from day {day_idx}. Bonk!"

2) if you set the intervention day to 0, then it still crashes cause it can't find the output data.

mweiss17 commented 4 years ago

decided we didn't actually need this test