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 fc42351 commit 1d12dd3Copy full SHA for 1d12dd3
niworkflows/interfaces/tests/test_nibabel.py
@@ -77,7 +77,7 @@ def test_ApplyMask(tmp_path):
77
78
def test_SplitSeries(tmp_path):
79
"""Test 4-to-3 NIfTI split interface."""
80
- os.chdir(str(tmp_path))
+ os.chdir(tmp_path)
81
82
# Test the 4D
83
data = np.ones((20, 20, 20, 15), dtype=float)
0 commit comments