Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gdat
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
Model registry
Operate
Environments
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
SPC
gdat
Commits
f4ad7dc5
Commit
f4ad7dc5
authored
9 months ago
by
Olivier Sauter
Browse files
Options
Downloads
Patches
Plain Diff
skip tests not yet ready in final assert of output
parent
5949e5d9
No related branches found
Branches containing commit
No related tags found
1 merge request
!152
add radcam 4 cameras top upper euatorial and bottom or 1 to 4
Pipeline
#195863
passed
9 months ago
Stage: test
Stage: post-test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
matlab/tests/test_requestnames.m
+3
-0
3 additions, 0 deletions
matlab/tests/test_requestnames.m
with
3 additions
and
0 deletions
matlab/tests/test_requestnames.m
+
3
−
0
View file @
f4ad7dc5
...
@@ -47,7 +47,10 @@ classdef (SharedTestFixtures={...
...
@@ -47,7 +47,10 @@ classdef (SharedTestFixtures={...
% 'Warning issued from gdat call:\n %s\n',gdat_call);
% 'Warning issued from gdat call:\n %s\n',gdat_call);
% (add optional sanity checks of gdat_out here)
% (add optional sanity checks of gdat_out here)
gdat_out
switch
request
switch
request
case
{
'ece'
,
'expcode'
,
'ids'
,
'ni'
,
'ti'
,
'transp'
}
% tests not yet fully implemented and empty
case
'rtc'
case
'rtc'
% in this case .data is empty, all in .scd_mems
% in this case .data is empty, all in .scd_mems
testCase
.
assertTrue
(
isfield
(
gdat_out
,
'scd_mems'
)
&&
isstruct
(
gdat_out
.
scd_mems
));
testCase
.
assertTrue
(
isfield
(
gdat_out
,
'scd_mems'
)
&&
isstruct
(
gdat_out
.
scd_mems
));
...
...
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