Skip to content

Commit

Permalink
unset test
Browse files Browse the repository at this point in the history
  • Loading branch information
hmacdope committed Sep 25, 2024
1 parent c82dffc commit facee3b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions choppa/tests/test_choppa.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ def test_choppa_render_toy_mac1_sectioned(tmp_path):
]

assert "".join([val.pop() for val in alignment[:4]]) == "SFSG"
assert "".join([val["aa"] for val in alignment[6:25]]) == "KLTDNVYIKNADIVEEAKK"

# assert "".join([val.pop() for val in alignment[6:25]]) == "KLTDNVYIKNADIVEEAKK"
# TODO: fix this test
raise ValueError("S")
render.PublicationView(
filled_aligned_fitness_dict, complex, complex_rdkit, fitness_threshold=0.7, output_session_file=tmp_path/"test.pse"
).render()
Expand Down

0 comments on commit facee3b

Please sign in to comment.