Пример #1
0
def test_same_size():
    peptides = hiv_frahm.load_set()
    df = hiv_frahm.load_dataframe()
    assert len(peptides) == len(df)
Пример #2
0
def test_same_size():
    peptides = hiv_frahm.load_set()
    df = hiv_frahm.load_dataframe()
    assert len(peptides) == len(df)
Пример #3
0
def test_load_set():
    peptides = hiv_frahm.load_set()
    assert peptides is not None
    assert len(peptides) > 0
Пример #4
0
def test_load_set():
    peptides = hiv_frahm.load_set()
    assert peptides is not None
    assert len(peptides) > 0