Skip to content

Commit 57ce3ae

Browse files
readd comments, remove swp file
1 parent 0e480d2 commit 57ce3ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Binary file not shown.

testsuite/pytests/sli2py_regressions/test_ticket_478.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def test_generators_static_and_plastic_synapses():
9898
except nest.NESTError as e:
9999
# Only skip if it's an IllegalConnection, otherwise re-raise
100100
if "IllegalConnection" in str(type(e)):
101-
# print(f"SKIP: {gen} -> iaf_psc_alpha with {syn}: {e}")
101+
print(f"SKIP: {gen} -> iaf_psc_alpha with {syn}: {e}")
102102
continue
103103
raise
104104

@@ -147,7 +147,7 @@ def test_multimeter_static_and_plastic_synapses():
147147
nest.Connect(src, tgt, syn_spec={"synapse_model": syn})
148148
except nest.NESTError as e:
149149
if "IllegalConnection" in str(type(e)):
150-
# print(f"SKIP: multimeter -> iaf_psc_alpha with {syn}: {e}")
150+
print(f"SKIP: multimeter -> iaf_psc_alpha with {syn}: {e}")
151151
continue
152152
raise
153153

0 commit comments

Comments
 (0)