Skip to content
Snippets Groups Projects
Commit 56e56265 authored by Cristian Galperti's avatar Cristian Galperti
Browse files

all but 1010 tests passing

parent 7b4c2d9f
No related branches found
No related tags found
No related merge requests found
......@@ -18,12 +18,12 @@ classdef SCDclass_expcode
% Main properties
name % Expcode main name
maincode % Expcode numerical code
status % Expcode development status
status % Expcode development status
nodes % array of node properties structs
end
properties (Access = protected)
loadverbose % Verbosity level of the loading (currently 0 or 1)
nodes % array of node properties structs
end
properties (Access = private)
......
......@@ -8,7 +8,8 @@ classdef test_expcodes < matlab.unittest.TestCase
properties(ClassSetupParameter)
%expcode = {'1','1005','1007','1008','1010'}; % list of expcodes to test
expcode = {'1007'}; % list of expcodes to test
expcode = {'1','1005','1007','1008'}; % list of expcodes to test
%expcode = {'1010'}; % list of expcodes to test
end
methods(TestClassSetup)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment