Skip to content

Commit

Permalink
removed test for self synapse
Browse files Browse the repository at this point in the history
  • Loading branch information
pmendes committed Aug 27, 2024
1 parent 0c958ef commit 965ec15
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/0507_LinkErrors1/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,6 @@ if ! grep -q "ERROR: i is a global variable that is not an ODE" output; then
let "fail = $fail + 32"
fi

# test synaptic link to self
../../sbmodelr -s v -n ../sources/self.gv ../sources/IzhikevichBurstingNeuron.cps 2 > output 2>&1

# check that the correct error is issued
if ! grep -q " Warning: diffusive or synaptic coupling onto the same unit not allowed, ignoring 2 -> 2" output; then
printf 'FAIL %s\n' "${test}"
let "fail = $fail + 64"
fi

# test diffusive connection on species that is not an ODE
../../sbmodelr -d A -n ../sources/twins.gv ../sources/PulsedDrug.cps 2 > output 2>&1
Expand Down

0 comments on commit 965ec15

Please sign in to comment.