We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a815b66 commit 397f718Copy full SHA for 397f718
test/ST_RWR/test_STRWR.py
@@ -50,7 +50,7 @@ def test_format_error(self):
50
targets=Path(TEST_DIR, 'input','strwr-targets.txt'),
51
alpha=0.85,
52
output_file=OUT_FILE)
53
-
+
54
# Only run Singularity test if the binary is available on the system
55
# spython is only available on Unix, but do not explicitly skip non-Unix platforms
56
@pytest.mark.skipif(not shutil.which('singularity'), reason='Singularity not found on system')
0 commit comments