Skip to content
Snippets Groups Projects
Commit 050283e4 authored by Lorenzo Bettonte's avatar Lorenzo Bettonte
Browse files

[unit-test-updates] fixed inizialization of simulator test type selection in saveTest arguments

parent 5a44d8d4
Branches
No related tags found
1 merge request!26[unit-test-updates] Fixed unitTest TestSimulator
Pipeline #11839 failed
...@@ -56,6 +56,6 @@ end ...@@ -56,6 +56,6 @@ end
toc(beginTest) toc(beginTest)
clear all
end end
\ No newline at end of file
...@@ -7,7 +7,7 @@ arguments ...@@ -7,7 +7,7 @@ arguments
options.saveTestApogeeAnalysis logical = []; options.saveTestApogeeAnalysis logical = [];
options.saveTestOptimization logical = []; options.saveTestOptimization logical = [];
options.saveTestSensitivity logical = []; options.saveTestSensitivity logical = [];
options.saveTestSimulator logical = []; options.saveTestSimulator cell = {};
end end
%% PATH %% PATH
currentPath = fileparts(mfilename('fullpath')); currentPath = fileparts(mfilename('fullpath'));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment