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

Testsuite / run_block_bytecode_tests: really test steady state algorithms

The initial guess was set to the solution, so the algorithms would really be
tested.

(cherry picked from commit 1f0422b6)
parent 97612d88
Branches
Tags
No related merge requests found
Pipeline #10299 passed
......@@ -132,13 +132,13 @@ initval;
nstbs=1;
nsfs=1;
nsbs=1;
nstbc_y = 1.08068253095672;
nstbc_c = 0.80359242014163;
nstbc_h = 0.29175631001732;
nstbc_k = 11.08360443260358;
nstbc_y = 1.1;
nstbc_c = 0.8;
nstbc_h = 0.3;
nstbc_k = 11.1;
end;
steady(solve_algo = @{solve_algo});
steady(solve_algo = @{solve_algo}, tolf = 1e-11);
@#if block
model_info;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment