Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dóra Kocsis
dynare
Commits
fd926462
Commit
fd926462
authored
Jun 13, 2013
by
Sébastien Villemot
Browse files
Reenable test for block with stack_solve_algo=3
Closes #407
parent
bc5c1682
Changes
2
Hide whitespace changes
Inline
Side-by-side
tests/run_block_byte_tests_matlab.m
View file @
fd926462
...
...
@@ -106,9 +106,6 @@ for blockFlag = 0:1
try
old_path
=
path
;
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
))
load
wsMat
path
(
old_path
);
...
...
tests/run_block_byte_tests_octave.m
View file @
fd926462
...
...
@@ -108,9 +108,6 @@ for blockFlag = 0:1
try
old_path = path;
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))
load wsOct
path(old_path);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment