Example #1
0
def test_parabolic_turning_point():
    assert (parabolic_turning_point(np.asarray([6.0, 2.0, 0.0])) == 1.5)
Example #2
0
def test_parabolic_turning_point():
    assert(parabolic_turning_point(np.asarray([6.0, 2.0, 0.0])) == 1.5)