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 2e97d8c commit f657f7bCopy full SHA for f657f7b
tests/tests_batches/preproc/test_setBatchSTC.m
@@ -181,7 +181,7 @@ function test_setBatchSTC_error_invalid_input_time()
181
182
function expectedBatch = returnExpectedBatch(sliceOrder, referenceSlice, TR)
183
184
- nbSlices = length(unique(sliceOrder));
+ nbSlices = length(sliceOrder);
185
TA = getAcquisitionTime(sliceOrder, TR);
186
187
temporal.st.nslices = nbSlices;
0 commit comments