From 9e1d0ac2fcb2190e9e8fe6d77f8b653999e24b9e Mon Sep 17 00:00:00 2001 From: Hugo MacDermott-Opeskin Date: Wed, 25 Sep 2024 20:02:47 +1000 Subject: [PATCH] remove stip --- choppa/tests/test_choppa.py | 1 - 1 file changed, 1 deletion(-) diff --git a/choppa/tests/test_choppa.py b/choppa/tests/test_choppa.py index cc6fb3a..c57ff72 100644 --- a/choppa/tests/test_choppa.py +++ b/choppa/tests/test_choppa.py @@ -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()