コード例 #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
ファイル: test_data.py プロジェクト: jarrodmillman/permute
def test_chrom17m():
    """ Test that "chrom17m" data can be loaded. """
    chrom17m = data.chrom17m()
    assert_equal((chrom17m.size, len(chrom17m.dtype)), (10, 3))