From d4e44a5e91f47fdad2dc7e4d4e252ded4b3064fa Mon Sep 17 00:00:00 2001 From: Federico Felici <federico.felici@epfl.ch> Date: Tue, 2 Jul 2019 23:00:46 +0200 Subject: [PATCH] Fix ids tests --- matlab/TCV_IMAS/test_tcv_get_ids.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab/TCV_IMAS/test_tcv_get_ids.m b/matlab/TCV_IMAS/test_tcv_get_ids.m index 5d0a24b7..bff81d9c 100644 --- a/matlab/TCV_IMAS/test_tcv_get_ids.m +++ b/matlab/TCV_IMAS/test_tcv_get_ids.m @@ -9,7 +9,7 @@ classdef (SharedTestFixtures={... methods(Test,TestTags = {'IMAS'}) function test_tcv2ids(testCase,shot,ids_name) - ids = tcv2ids(shot,ids_name); + ids = tcv2ids(shot,'ids_name',{ids_name}); testCase.assertTrue(~isempty(ids)) end end -- GitLab