neuronunit icon indicating copy to clipboard operation
neuronunit copied to clipboard

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

Open russelljjarvis opened this issue 5 years ago • 0 comments

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.

russelljjarvis avatar Jun 06 '20 03:06 russelljjarvis