From 307b1ef657335d9ab25a40af6198610a8b1f9b9b Mon Sep 17 00:00:00 2001
From: Olivier Sauter <olivier.sauter@epfl.ch>
Date: Tue, 17 Sep 2024 23:35:29 +0200
Subject: [PATCH] test which interpos

---
 matlab/tests_matlab.m | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/matlab/tests_matlab.m b/matlab/tests_matlab.m
index 1b141e02..15b757c1 100644
--- a/matlab/tests_matlab.m
+++ b/matlab/tests_matlab.m
@@ -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))
-- 
GitLab