Skip to content

Commit c230335

Browse files
authored
fix contrast name (#1264)
1 parent b617880 commit c230335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/workflows/stats/bidsResults.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@
368368
%
369369

370370
tmp.name = [contrastName '_[0-9]+'];
371-
if ~endsWithRunNumber(contrastName)
371+
if endsWithRunNumber(contrastName)
372372
tmp.name = contrastName;
373373
end
374374

0 commit comments

Comments
 (0)