From 182754e67358bab6dca7b9164e038406345a5425 Mon Sep 17 00:00:00 2001
From: galperti <cristian.galperti@epfl.ch>
Date: Wed, 27 May 2020 15:32:58 +0200
Subject: [PATCH] test 1 and 1005 passing

---
 tests/test_expcodes.m | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/test_expcodes.m b/tests/test_expcodes.m
index e300ff9..dd45ee9 100644
--- a/tests/test_expcodes.m
+++ b/tests/test_expcodes.m
@@ -7,7 +7,8 @@ classdef test_expcodes < matlab.unittest.TestCase
   end
   
   properties(ClassSetupParameter)
-    expcode_number = {'1','1005','1010'}; % list of expcodes to test
+    %expcode_number = {'1','1005','1010'}; % list of expcodes to test
+    expcode_number = {'1','1005'}; % list of expcodes to test  
   end
   
   methods(TestClassSetup)
-- 
GitLab