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.
2 parents d55a553 + db7a3cf commit 68f28c6Copy full SHA for 68f28c6
heudiconv/tests/test_queue.py
@@ -7,7 +7,7 @@
7
from .utils import TESTS_DATA_PATH
8
import pytest
9
10
-@pytest.mark.skipif(which("sbatch"), reason="skip a real slurm call")
+@pytest.mark.skipif(bool(which("sbatch")), reason="skip a real slurm call")
11
@pytest.mark.parametrize(
12
'invocation', [
13
"--files %s/01-fmap_acq-3mm" % TESTS_DATA_PATH, # our new way with automated groupping
0 commit comments