Skip to content

Commit

Permalink
comment out a test that core dumps with latest NEURON
Browse files Browse the repository at this point in the history
  • Loading branch information
apdavison committed Feb 20, 2024
1 parent 34169d6 commit 200f938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/system/scenarios/test_scenario3.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import pytest


@run_with_simulators("nest", "neuron")
@run_with_simulators("nest",) #"neuron")
def test_scenario3(sim):
"""
Simple feed-forward network network with additive STDP. The second half of
Expand Down

0 comments on commit 200f938

Please sign in to comment.