Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 26, 2024
1 parent e5c4e05 commit 6318a92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/rxd/test_nodelist.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ def test_only_nodes(neuron_instance):

def test_different_regions(neuron_nosave_instance):
h, rxd, _ = neuron_nosave_instance
sec = h.Section(name='sec')
sec = h.Section(name="sec")
cyt = rxd.Region(h.allsec())
ecs = rxd.Extracellular(-10, -10, -10, 10, 10, 10, dx=10)
k = rxd.Species([ecs, cyt], name='k', charge=1)
k = rxd.Species([ecs, cyt], name="k", charge=1)
nd = k.nodes(sec)
assert nd == [0.5]

0 comments on commit 6318a92

Please sign in to comment.