-
Notifications
You must be signed in to change notification settings - Fork 883
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
Allow multiple connections #934
Conversation
Intro Tutorial fixes
Fix image links in rst
clean html to attempt correct build
eliminated Ipython3 references
final check--fix hyperlinks
GA: Only run CI when pushed to master
…riable parameter values
…r with different parameters across items
forest_fire: Remove unnecessary code
Migrate away from type comments
…ame-columns Fix order of variable_params in model and agent vars data frames
…ython-36 Fix asyncio on windows with python 3.6
Update License
After agreeing to merge this one in todays dev meeting, I tested it again and it seems not to work completely as expected.
Can you confirm this @NeilW or am I doing something wrong? |
Obtain the template directory from the module installation path not the specific file - allowing you to have variations of the file in your model if required
Add a '/healthz' path that returns 200 once the web server has initialized. This allows loadbalancers and Kubernetes readiness checks to succeed quickly on a known path.
This allows multiple tabs to be opened onto the same webserver, with each tab running their own model. Fixes projectmesa#856
Model instances were still sharing the same UserSettableParameters Fixed by using a deep copy
Sorry I accidently killed this PR, I will reopen a truly working solution |
This is the code fix.
Sorting the tests appears to be a bit of work - which I haven't got around to unfortunately.