Skip to content

Add RealTimeSimulator #85

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

Merged
merged 2 commits into from
May 24, 2019
Merged

Add RealTimeSimulator #85

merged 2 commits into from
May 24, 2019

Conversation

drasmuss
Copy link
Member

Based on the idea from nengo/nengo#151, this is a Simulator that will not run faster than real-time. It offers no guarantees about running slower than real-time, but I did add a warning for that.

@drasmuss drasmuss force-pushed the realtime branch 2 times, most recently from 23f8a71 to fd550bb Compare May 23, 2019 18:28
Copy link
Collaborator

@hunse hunse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

Okay if I squash the last four commits, so we just have the actual change, then all the fixups together?

drasmuss added 2 commits May 24, 2019 11:12
- Minor style fixes
- Limit pytest<4.0.0, for compatibility with nengo 2.8.0 conftest.py
- Limit nbsphinx_link<1.1.0, for compatibility with sphinx<1.7
- Limit numpy<1.16. Theano is not compatible with numpy>=1.16
  (although this is fixed in theano, the fix is not yet on conda).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants