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 d461433 commit fd9f7b3Copy full SHA for fd9f7b3
sdcflows/models/tests/test_pepolar.py
@@ -1,4 +1,5 @@
1
"""Test pepolar type of fieldmaps."""
2
+import os
3
from pathlib import Path
4
from json import loads
5
import pytest
@@ -9,6 +10,7 @@
9
10
from ..pepolar import Workflow, init_topup_wf
11
12
13
+@pytest.mark.skipif(os.getenv("TRAVIS") == "true", reason="this is TravisCI")
14
@pytest.mark.parametrize(
15
"epi_path",
16
[
sdcflows/models/tests/test_phdiff.py
"""Test phase-difference type of fieldmaps."""
from ..fieldmap import init_fmap_wf, Workflow
"fmap_path",
0 commit comments