Skip to content

Commit

Permalink
remove stip
Browse files Browse the repository at this point in the history
  • Loading branch information
hmacdope committed Sep 25, 2024
1 parent facee3b commit 9e1d0ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion choppa/tests/test_choppa.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ def test_choppa_render_toy_mac1_sectioned(tmp_path):
assert "".join([val.pop() for val in alignment[:4]]) == "SFSG"
# 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 9e1d0ac

Please sign in to comment.