Skip to content

Commit

Permalink
rename warning tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rgourdine committed May 31, 2024
1 parent 4221238 commit 62227eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/rxd/test_region_sections.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def test_section_removal(neuron_instance):
assert not ca.nodes


def test_zero_fractional_volume_3d(neuron_instance):
def test_FractionalVolume_zero_surface_fraction_3d(neuron_instance):
h, rxd, data, save_path = neuron_instance
dend1 = h.Section("dend1")
dend1.nseg = 5
Expand All @@ -52,7 +52,7 @@ def test_zero_fractional_volume_3d(neuron_instance):
assert len(w) == 1


def test_zero_fractional_volume_1d(neuron_instance):
def test_FractionalVolume_zero_surface_fraction_1d(neuron_instance):
h, rxd, data, save_path = neuron_instance
dend1 = h.Section("dend1")
dend1.nseg = 5
Expand Down

0 comments on commit 62227eb

Please sign in to comment.