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
c36d0b76
Commit
c36d0b76
authored
4 years ago
by
Olivier Sauter
Browse files
Options
Downloads
Patches
Plain Diff
get_scd_mems requires erase matlab function, test only if available
parent
7a655c5f
No related branches found
No related tags found
1 merge request
!82
get_scd_mems requires erase matlab function, test only if available
Pipeline
#57142
passed
4 years ago
Stage: test
Changes
1
Pipelines
13
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
matlab/tests/test_requestnames.m
+4
-0
4 additions, 0 deletions
matlab/tests/test_requestnames.m
with
4 additions
and
0 deletions
matlab/tests/test_requestnames.m
+
4
−
0
View file @
c36d0b76
...
@@ -43,6 +43,10 @@ switch request
...
@@ -43,6 +43,10 @@ switch request
case
'scd'
case
'scd'
% scd dummy call with error information in gdat, do not do test (done with rtc)
% scd dummy call with error information in gdat, do not do test (done with rtc)
do_gdat_call
=
0
;
do_gdat_call
=
0
;
case
'rtc'
if
exist
(
'erase'
)
~=
2
do_gdat_call
=
0
;
% get_scd_mems works with newer versions which contains erase function
end
end
end
% logging
% logging
...
...
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