Skip to content

Commit

Permalink
fixed uniprot get_ids test
Browse files Browse the repository at this point in the history
  • Loading branch information
qcampbel committed Aug 7, 2024
1 parent a97652c commit 794c9b5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_preprocess/test_uniprot.py
Original file line number Diff line number Diff line change
Expand Up @@ -488,17 +488,14 @@ def test_get_ids(query_uniprot):
"P02089",
"P02070",
"O13163",
"Q10733",
"P02008",
"B3EWR7",
"Q90487",
"P04244",
"P02094",
"P83479",
"P01966",
"O93349",
"P68872",
"P02110",
"P69905",
"P02088",
"P02100",
Expand All @@ -507,6 +504,7 @@ def test_get_ids(query_uniprot):
"P02091",
]
all_ids = query_uniprot.get_ids("hemoglobin")
print(all_ids)
single_id = query_uniprot.get_ids("hemoglobin", single_id=True)
assert single_id[0] in hg_ids
assert len(single_id) == 1
Expand Down

0 comments on commit 794c9b5

Please sign in to comment.