Skip to content
Snippets Groups Projects
Commit 307b1ef6 authored by Olivier Sauter's avatar Olivier Sauter
Browse files

test which interpos

parent 148b1907
Branches
Tags
1 merge request!170Fix firratio
Pipeline #209141 failed
This commit is part of merge request !169. Comments created here will be created in the context of that merge request.
...@@ -2,8 +2,11 @@ function tests_matlab(test_case) ...@@ -2,8 +2,11 @@ function tests_matlab(test_case)
try try
fprintf('\n Running test file: %s\n',mfilename('fullpath')); fprintf('\n Running test file: %s\n',mfilename('fullpath'));
fprintf(' Time: %s\n',datestr(now)); fprintf(' Time: %s\n',datestr(now));
which interpos
passed = run_gdat_tests(test_case); % call to your test script here, with optional test_case input 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 exit_code = int32(~passed); % convert to bash shell convention
catch ME catch ME
disp(getReport(ME)) disp(getReport(ME))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment