Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
MSA Toolkit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Aerodynamics and Flight Dynamics
Mission Analysis
MSA Toolkit
Commits
050283e4
Commit
050283e4
authored
1 month ago
by
Lorenzo Bettonte
Browse files
Options
Downloads
Patches
Plain Diff
[unit-test-updates] fixed inizialization of simulator test type selection in saveTest arguments
parent
5a44d8d4
Branches
Branches containing commit
No related tags found
1 merge request
!26
[unit-test-updates] Fixed unitTest TestSimulator
Pipeline
#11839
failed
1 month ago
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
unitTests/mainUnitTest.m
+1
-1
1 addition, 1 deletion
unitTests/mainUnitTest.m
unitTests/saveTests.m
+1
-1
1 addition, 1 deletion
unitTests/saveTests.m
with
2 additions
and
2 deletions
unitTests/mainUnitTest.m
+
1
−
1
View file @
050283e4
...
@@ -56,6 +56,6 @@ end
...
@@ -56,6 +56,6 @@ end
toc
(
beginTest
)
toc
(
beginTest
)
clear
all
end
end
\ No newline at end of file
This diff is collapsed.
Click to expand it.
unitTests/saveTests.m
+
1
−
1
View file @
050283e4
...
@@ -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
logica
l
=
[]
;
options
.
saveTestSimulator
cel
l
=
{}
;
end
end
%% PATH
%% PATH
currentPath
=
fileparts
(
mfilename
(
'fullpath'
));
currentPath
=
fileparts
(
mfilename
(
'fullpath'
));
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment