예제 #1
0
def test_greatest(gl_data):
    u, t = gl_data
    assert odo(greatest(u.a.max(), t.a.max()), int) == 2
예제 #2
0
def test_greatest(gl_data):
    u, t = gl_data
    assert odo(greatest(u.a.max(), t.a.max()), int) == 2