Skip to content

Commit 0b084db

Browse files
Simplify test_DerivativesDataSink_data_dtype_source
Co-authored-by: Chris Markiewicz <[email protected]>
1 parent 6c0a372 commit 0b084db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

niworkflows/interfaces/tests/test_bids.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ def test_DerivativesDataSink_data_dtype_source(
519519
def make_empty_nii_with_dtype(fname, dtype):
520520
Path(fname).parent.mkdir(exist_ok=True, parents=True)
521521

522-
size = (30, 30, 30, 10)
522+
size = (2, 3, 4, 5)
523523

524524
nb.Nifti1Image(np.zeros(size, dtype=dtype), np.eye(4)).to_filename(fname)
525525

0 commit comments

Comments
 (0)