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 4d8592b commit 7804267Copy full SHA for 7804267
validators/nii.js
@@ -359,8 +359,8 @@ function generateMergedSidecarDict(potentialSidecars, jsonContents) {
359
*/
360
361
function checkSliceTimingArray(array, repetitionTime){
362
+ var invalid_timesArray = [];
363
for (var t = 0; t < array.length; t++){
- var invalid_timesArray = [];
364
if (array[t] > repetitionTime){
365
invalid_timesArray.push(array[t]);
366
}
0 commit comments