Skip to content

Commit

Permalink
Merge remote-tracking branch 'clinssen/fwd_euler' into fwd_euler
Browse files Browse the repository at this point in the history
  • Loading branch information
C.A.P. Linssen committed Aug 9, 2023
2 parents fe04249 + c662e40 commit ca5b606
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/nest_tests/test_forward_euler_integrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ class TestForwardEulerIntegrator:
def generate_target(self, numeric_solver: str):
r"""Generate the neuron model code"""

# generate the "jit" model (co-generated neuron and synapse), that does not rely on ArchivingNode
files = [os.path.join("models", "neurons", "izhikevich.nestml")]
input_path = [os.path.realpath(os.path.join(os.path.dirname(__file__), os.path.join(
os.pardir, os.pardir, s))) for s in files]
Expand Down

0 comments on commit ca5b606

Please sign in to comment.