Skip to content

Commit 1d12dd3

Browse files
oestebaneffigies
andauthored
Update niworkflows/interfaces/tests/test_nibabel.py [skip ci]
Co-Authored-By: Chris Markiewicz <[email protected]>
1 parent fc42351 commit 1d12dd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

niworkflows/interfaces/tests/test_nibabel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def test_ApplyMask(tmp_path):
7777

7878
def test_SplitSeries(tmp_path):
7979
"""Test 4-to-3 NIfTI split interface."""
80-
os.chdir(str(tmp_path))
80+
os.chdir(tmp_path)
8181

8282
# Test the 4D
8383
data = np.ones((20, 20, 20, 15), dtype=float)

0 commit comments

Comments
 (0)