Skip to content

Commit

Permalink
more fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Jul 23, 2024
1 parent 2632b20 commit ab454c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cli/inputParserForCreateModel.m
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
% (C) Copyright 2023 bidspm developers
args = baseInputParser();

isLogical = @(x) islogical(x) && numel(x) == 1;

Check warning on line 10 in src/cli/inputParserForCreateModel.m

View check run for this annotation

Codecov / codecov/patch

src/cli/inputParserForCreateModel.m#L10

Added line #L10 was not covered by tests
isEmptyOrCellstr = @(x) isempty(x) || iscellstr(x); %#ok<*ISCLSTR>
isCellStr = @(x) iscellstr(x);

Expand Down

0 comments on commit ab454c8

Please sign in to comment.