Skip to content

Commit

Permalink
make test NEST2 compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
C.A.P. Linssen committed Jul 3, 2023
1 parent bc4135d commit 1fdf97d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/nest_tests/test_string_handling.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ def test_string_handling(self):

nest.Simulate(100.)

assert nrn.b1
assert nrn.b2
assert nest.GetStatus(nrn, "b1")
assert nest.GetStatus(nrn, "b2")

0 comments on commit 1fdf97d

Please sign in to comment.