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