예제 #1
0
def test_botulinum():
    """ Test that "Botulinum" data can be loaded. """
    botulinum = data.botulinum()
    assert_equal(botulinum.shape, (80, 28))
예제 #2
0
def test_botulinum():
    """ Test that "Botulinum" data can be loaded. """
    botulinum = data.botulinum()
    assert (botulinum.size, len(botulinum.dtype)) == (80, 28)
예제 #3
0
def test_botulinum():
    """ Test that "Botulinum" data can be loaded. """
    botulinum = data.botulinum()
    assert_equal((botulinum.size, len(botulinum.dtype)), (80, 28))