Skip to content

Commit 3b6cf67

Browse files
committed
Removed spurious line
1 parent 82afb62 commit 3b6cf67

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

testsuite/pytests/sli2py_mpi/test_issue_2119.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ def test_issue_2119(kind, specs):
4848
nest.total_num_virtual_procs = 4
4949

5050
nrn = nest.Create("iaf_psc_alpha", n=4, params={"V_m": nest.CreateParameter(kind, specs)})
51-
vm = nrn.get("V_m")
5251

5352
pd.DataFrame.from_dict(nrn.get(["global_id", "V_m"])).dropna().to_csv(
5453
OTHER_LABEL.format(nest.num_processes, nest.Rank()), index=False

0 commit comments

Comments
 (0)