示例#1
0
def test_mult():
    """ Test that "mult" data can be loaded. """
    mult = data.mult()
    assert mult.size == 16
    assert len(mult.dtype) == 4
示例#2
0
def test_mult():
    """ Test that "mult" data can be loaded. """
    mult = data.mult()
    assert_equal(mult.size, 16)
    assert_equal(len(mult.dtype), 4)
示例#3
0
def test_mult():
    """ Test that "mult" data can be loaded. """
    mult = data.mult()
    assert_equal(mult.shape, (16, 4))
示例#4
0
def test_mult():
    """ Test that "mult" data can be loaded. """
    mult = data.mult()
    assert_equal(mult.size, 16)
    assert_equal(len(mult.dtype), 4)