Ejemplo n.º 1
0
def test_gamma_from_to_byparent():
    assert_equal(
        data.gamma_from_to_byparent(551370000),
        [(561370001, 561370000), (561370002, 561370000)],
    )
Ejemplo n.º 2
0
def test_gamma_from_to_byparent():
    assert_equal(data.gamma_from_to_byparent(551370000),
                 [(561370001, 561370000), (561370002, 561370000)])