You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Diomira is not supposed to run with event_rang=0, but probably we want to add a protection so that it insults nicely the user (something like: you moron, want me to run with no events? ) and exit, rather than crashing. Same for other cities.
Well, it is not completely clear to me whether we should allow it or not. From my experience, I think it could be a way of testing the cities "initialization process", that is, everything before dataflow.push. In particular, I've found this situation while trying to add a test for #570. I wanted to run diomira with no events so it doesn't draw random numbers, but it does run the part of the code were the seed is established.
I was trying to run
diomira
withevent_range = 0
for a test and it crashes.The text was updated successfully, but these errors were encountered: