From 2ecc9b5ac072ed0d42df18e53d094ee264a37477 Mon Sep 17 00:00:00 2001 From: jykr Date: Sat, 30 Mar 2024 14:49:54 -0400 Subject: [PATCH] fix typo --- tests/test_qc.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_qc.py b/tests/test_qc.py index 3cffec6..1499f96 100755 --- a/tests/test_qc.py +++ b/tests/test_qc.py @@ -63,5 +63,3 @@ def test_dummy_insertion_tilingscreen(): ) except subprocess.CalledProcessError as exc: raise exc - #if "Too small number of replicate left after QC" not in exc.output: - raise exc