-
Notifications
You must be signed in to change notification settings - Fork 9
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
Freeze when letting model run #15
Comments
Interesting. Have you tried letting the model run without the server? That way we can at least exclude the possibility that it is a model issue |
How would that work since each step makes a request to the server? |
I meant just a script a la import MyModel
model = MyModel()
while True:
model.step() But I haven't really looked at your model to see if you are doing something special with the server |
I suspect this is in the browser. The page won't redraw when it's stuck, and I can't get |
Describe the bug
I am seeing freezes when letting a model run on it's own.
Expected behavior
The model would continue to run at any number of agents and any frame rate.
To Reproduce
It isn't yet clear how to reproduce this. I also can't figure out if it's frozen in the javascript or python interpreter. I've tried setting breakpoints in both and no success yet. So for now just posting in case others have observed this.
Model in question: https://github.com/patrickkidd/systems-models
To run:
$ python run.py --models mythematical
The text was updated successfully, but these errors were encountered: