Skip to content
Snippets Groups Projects
Verified Commit 7f752dce authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Updated unit tests.

parent ef923e41
Branches
No related tags found
No related merge requests found
Pipeline #636 failed
......@@ -35,10 +35,10 @@ unit_tests_root = strrep(which('runalltests'),'runalltests.m','');
% Initialize the dseries module
try
dseries.initialize();
dseries().initialize();
catch
addpath([unit_tests_root '../src']);
dseries.initialize();
dseries().initialize();
end
warning off
......@@ -64,4 +64,4 @@ end
warning on
path(opath);
display_report(r);
\ No newline at end of file
display_report(r);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment