Beispiel #1
0
def test_section_branch_orders():
    branch_orders = list(_nf.section_branch_orders(SIMPLE))
    assert_allclose(
        branch_orders,
        (
            0,
            1,
            1,  # type 3, basal dendrite
            0,
            1,
            1))  # type 2, axon
Beispiel #2
0
def test_section_branch_orders():
    branch_orders = list(_nf.section_branch_orders(SIMPLE))
    assert_allclose(branch_orders,
                    (0, 1, 1,  # type 3, basal dendrite
                     0, 1, 1)) # type 2, axon