-
Notifications
You must be signed in to change notification settings - Fork 0
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
Ids are not reset between runs #18
Comments
@NaelsonDouglas could you try to fix this please? |
BTW, @jgpavez this bug seems weird because, as long as I remember, @NaelsonDouglas coded this part so we wouldn't add worker for repeating the experiments in order to decrease the remove/add worker overhead. Would might be possible that you are calling the code in a wrong way? What do you think @NaelsonDouglas ? |
I wasn't able to reproduce the bug. I executed this snippet of code (without closing the Julia terminal) and didn't get the error. There was another error preventing the cointainers.csv of being populated. It was caused because g wasn't being initialized, but I solved it in this commit |
thanks @NaelsonDouglas. @jgpavez , could you try again to run the experiments? |
When running the code twice as:
I get the following error
It is because ids are not reset between the runs. So in the second experiment(args) ids are 5,6,7,8 instead of 1,2,3,4. This is incompatible with how the code works.
The text was updated successfully, but these errors were encountered: