Skip to content

Commit a5416b2

Browse files
committed
TEST: Remove unnecessary mask
1 parent 9ab6f28 commit a5416b2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sdcflows/interfaces/tests/test_bspline.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ def test_bsplines(tmp_path, testnum):
7272
# Approximate the interpolated target
7373
test2 = BSplineApprox(
7474
in_data=test1.outputs.out_field,
75-
in_mask=str(tmp_path / "target.nii.gz"),
7675
bs_spacing=[(4, 6, 8)],
7776
zooms_min=0,
7877
recenter=False,

0 commit comments

Comments
 (0)