Skip to content

Commit

Permalink
Don't test 8.2, spk1.100ms.std.ref is for usetable_hh=1
Browse files Browse the repository at this point in the history
  • Loading branch information
nrnhines committed Jan 5, 2025
1 parent 3353dc1 commit 602f5ca
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,16 @@ jobs:
NRNVER=$(python -c 'import neuron; print(neuron.__version__.split(".")[0])')
echo "NEURON major version: ${NRNVER}"
# Test NEURON
python ringtest.py -tstop 100
diff spk1.std reference_data/spk1.100ms.std.ref
# Test CoreNEURON
python ringtest.py -coreneuron -tstop 100
sortspike spk1.std spk1.coreneuron.std
if [ "$NRNVER" -ge 9 ]; then
# 8.2 coreneuron mod files comment out TABLE statements
# so only do the tests if >= 9
# Test NEURON
python ringtest.py -tstop 100
diff spk1.std reference_data/spk1.100ms.std.ref
# Test CoreNEURON
python ringtest.py -coreneuron -tstop 100
sortspike spk1.std spk1.coreneuron.std
diff spk1.coreneuron.std reference_data/spk1.100ms.std.ref
fi

0 comments on commit 602f5ca

Please sign in to comment.