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
Merge requests
!82
get_scd_mems requires erase matlab function, test only if available
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
get_scd_mems requires erase matlab function, test only if available
debug_tests
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Olivier Sauter
requested to merge
debug_tests
into
master
4 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
c36d0b76
1 commit,
4 years ago
1 file
+
4
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
matlab/tests/test_requestnames.m
+
4
−
0
Options
@@ -43,6 +43,10 @@ switch request
case
'scd'
% scd dummy call with error information in gdat, do not do test (done with rtc)
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
% logging
Loading