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 eed5e78 commit a1edacdCopy full SHA for a1edacd
src/userInputs.m
@@ -14,7 +14,7 @@
14
if nargin < 1
15
cfg = struct('debug', []);
16
end
17
-
+
18
cfg = checkCFG(cfg);
19
20
[cfg, responses] = setDefaultResponses(cfg);
tests/test_checkCFG.m
@@ -89,7 +89,7 @@ function test_checkCfgBasic()
89
expectedCfgStructure.subject.askGrpSess = [true true];
90
91
expectedCfgStructure.verbose = 0;
92
93
expectedCfgStructure.useGUI = false;
94
95
expectedCfgStructure.fileName.task = '';
0 commit comments