diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54772a6..f004fb7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,4 +35,5 @@ jobs: diff spk1.std reference_data/spk1.100ms.std.ref # Test CoreNEURON python ringtest.py -coreneuron -tstop 100 - diff spk1.std reference_data/spk1.100ms.std.ref + sortspike spk1.std spk1.coreneuron.std + diff spk1.coreneuron.std reference_data/spk1.100ms.std.ref