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.
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.