Skip to content

Commit

Permalink
NEURONBackend API fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rgerkin committed Jan 30, 2019
1 parent da1cf7e commit 1c0e4b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neuronunit/models/backends/neuron.py
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ def inject_square_current(self, current, section=None, debug=False):
debug = True
if debug == True:
self.neuron.h.psection()
self._local_run()
self._backend_run()
#@jit
def _backend_run(self):
self.h('run()')
Expand Down

0 comments on commit 1c0e4b2

Please sign in to comment.