Skip to content

Commit

Permalink
This reverts commit 52ce76e5f8aea8bed9ca2b5810460e2778225f9d.
Browse files Browse the repository at this point in the history
BLUECONFIGS_BRANCH=weji/ref_v9
  • Loading branch information
WeinaJi committed Jun 25, 2024
1 parent be3a7f5 commit f9180ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
3 changes: 0 additions & 3 deletions tests/scientific/test_neuromodulation.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import numpy as np
import numpy.testing as npt
import os
import pytest
from pathlib import Path

SIM_DIR = Path(__file__).parent.parent.absolute() / "simulations" / "neuromodulation"
Expand All @@ -25,8 +24,6 @@ def test_neuromodulation_sims_neuron():
npt.assert_allclose(timestamps, obtained_timestamps)


@pytest.mark.skip(
reason="Disable until new CoreNEURON synapse replay is deployed in the neurodamus-neocortex")
def test_neuromodulation_sims_coreneuron():
from neurodamus import Neurodamus
from neurodamus.replay import SpikeManager
Expand Down
6 changes: 2 additions & 4 deletions tests/scientific/test_projections.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,8 @@ def _read_sonata_soma_report(report_name):
[
{'enable_synapse_delay': False, 'simulator': 'NEURON'},
{'enable_synapse_delay': True, 'simulator': 'NEURON'},
pytest.param({'enable_synapse_delay': False, 'simulator': 'CORENEURON'},
marks=pytest.mark.skip(reason="Until new CoreNEURON syn replay is deployed")),
pytest.param({'enable_synapse_delay': True, 'simulator': 'CORENEURON'},
marks=pytest.mark.skip(reason="Until new CoreNEURON syn replay is deployed"))
{'enable_synapse_delay': False, 'simulator': 'CORENEURON'},
{'enable_synapse_delay': True, 'simulator': 'CORENEURON'}
],
indirect=True
)
Expand Down

0 comments on commit f9180ba

Please sign in to comment.