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
307b1ef6
Commit
307b1ef6
authored
8 months ago
by
Olivier Sauter
Browse files
Options
Downloads
Patches
Plain Diff
test which interpos
parent
148b1907
No related branches found
No related tags found
1 merge request
!170
Fix firratio
Pipeline
#209141
failed
8 months ago
Stage: test
Stage: post-test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
matlab/tests_matlab.m
+5
-2
5 additions, 2 deletions
matlab/tests_matlab.m
with
5 additions
and
2 deletions
matlab/tests_matlab.m
+
5
−
2
View file @
307b1ef6
...
...
@@ -2,8 +2,11 @@ function tests_matlab(test_case)
try
fprintf
(
'\n Running test file: %s\n'
,
mfilename
(
'fullpath'
));
fprintf
(
' Time: %s\n'
,
datestr
(
now
));
passed = run_gdat_tests(test_case); % call to your test script here, with optional test_case input
which
interpos
which
interpos_nan
ls
/
home
passed
=
true
%passed = run_gdat_tests(test_case); % call to your test script here, with optional test_case input
exit_code
=
int32
(
~
passed
);
% convert to bash shell convention
catch
ME
disp
(
getReport
(
ME
))
...
...
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