예제 #1
0
def test_has_all_monotonic_neurites():

    _, n = _load_neuron('Neuron.swc')

    nt.assert_false(nrn_chk.has_all_monotonic_neurites(n))

    _make_monotonic(n)

    nt.assert_true(nrn_chk.has_all_monotonic_neurites(n))
예제 #2
0
def test_has_all_monotonic_neurites():

    _, n = _load_neuron('Neuron.swc')

    nt.assert_false(nrn_chk.has_all_monotonic_neurites(n))

    _make_monotonic(n)

    nt.assert_true(nrn_chk.has_all_monotonic_neurites(n))
예제 #3
0
 def time_has_all_monotonic_neurites(self):
     nc.has_all_monotonic_neurites(self.neuron, tol=1e-6)
예제 #4
0
 def time_has_all_monotonic_neurites(self):
     nc.has_all_monotonic_neurites(self.neuron, tol=1e-6)