Skip to content

Commit

Permalink
fix nodelist test
Browse files Browse the repository at this point in the history
  • Loading branch information
rgourdine committed Apr 26, 2024
1 parent 6318a92 commit 067257a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/rxd/test_nodelist.py
Expand Up @@ -97,4 +97,5 @@ def test_different_regions(neuron_nosave_instance):
ecs = rxd.Extracellular(-10, -10, -10, 10, 10, 10, dx=10)
k = rxd.Species([ecs, cyt], name="k", charge=1)
nd = k.nodes(sec)
assert nd == [0.5]
assert abs(nd.x[0] - 0.5) < 1e-12

0 comments on commit 067257a

Please sign in to comment.