示例#1
0
def test_chrom17m():
    """ Test that "chrom17m" data can be loaded. """
    chrom17m = data.chrom17m()
    assert_equal(chrom17m.shape, (10, 3))
示例#2
0
def test_chrom17m():
    """ Test that "chrom17m" data can be loaded. """
    chrom17m = data.chrom17m()
    assert (chrom17m.size, len(chrom17m.dtype)) == (10, 3)
示例#3
0
def test_chrom17m():
    """ Test that "chrom17m" data can be loaded. """
    chrom17m = data.chrom17m()
    assert_equal((chrom17m.size, len(chrom17m.dtype)), (10, 3))