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
!71
change shot number to have bolo and rtc, fix rtc if node=0, removed AUG tests
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
change shot number to have bolo and rtc, fix rtc if node=0, removed AUG tests
fix_test_all
into
master
Overview
0
Commits
1
Pipelines
1
Changes
2
Merged
Olivier Sauter
requested to merge
fix_test_all
into
master
4 years ago
Overview
0
Commits
1
Pipelines
1
Changes
2
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
56da53f0
1 commit,
4 years ago
2 files
+
10
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
matlab/tests/test_requestnames_tcv.m
+
5
−
5
Options
classdef
test_requestnames_tcv
<
test_requestnames
% everything is implemented in superclass!
properties
Machine
=
'TCV'
;
end
properties
(
TestParameter
)
% parameters that will vary during tests
shot
=
{
'
48836
'
};
shot
=
{
'
65565
'
};
requests_fast
=
get_all_gdat_requests
(
'TCV'
,
'fast'
);
requests_slow
=
get_all_gdat_requests
(
'TCV'
,
'slow'
);
end
end
\ No newline at end of file
end
Loading