Skip to content
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

2.5 different code locations that determine sim_length need to be collapsed into one. #246

Open
russelljjarvis opened this issue Jun 6, 2020 · 0 comments
Assignees

Comments

@russelljjarvis
Copy link
Contributor

russelljjarvis commented Jun 6, 2020

Two and a half locations are

  • model.set_stop_time()

  • test.protocol (or test.params I can't remember which).

  • current['DELAY']; current['DURATION'] model.inject_square_current(current)

  • model._backend may also have its own set_stop_time, but its possible that this is not in conflict with mode.set_stop_time(), and works as expected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants