Skip to content
Snippets Groups Projects
Commit fd926462 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Reenable test for block with stack_solve_algo=3

Closes #407
parent bc5c1682
Branches
Tags
No related merge requests found
...@@ -106,9 +106,6 @@ for blockFlag = 0:1 ...@@ -106,9 +106,6 @@ for blockFlag = 0:1
try try
old_path = path; old_path = path;
save wsMat save wsMat
if blockFlag && ~bytecodeFlag && stack_solve_algos(i) == 3
error('This test currently enters an infinite loop, skipping')
end
run_ls2003(blockFlag, bytecodeFlag, default_solve_algo, stack_solve_algos(i)) run_ls2003(blockFlag, bytecodeFlag, default_solve_algo, stack_solve_algos(i))
load wsMat load wsMat
path(old_path); path(old_path);
......
...@@ -108,9 +108,6 @@ for blockFlag = 0:1 ...@@ -108,9 +108,6 @@ for blockFlag = 0:1
try try
old_path = path; old_path = path;
save wsOct save wsOct
if blockFlag && ~bytecodeFlag && stack_solve_algos(i) == 3
error('This test currently enters an infinite loop, skipping')
end
run_ls2003(blockFlag, bytecodeFlag, default_solve_algo, stack_solve_algos(i)) run_ls2003(blockFlag, bytecodeFlag, default_solve_algo, stack_solve_algos(i))
load wsOct load wsOct
path(old_path); path(old_path);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment