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

Fix another issue with extended_path + bytecode

parent 82ec8793
Branches
Tags
No related merge requests found
Pipeline #4157 passed
......@@ -42,7 +42,7 @@ end
if bytecode_flag && ~ep.stochastic.order
try
tmp = bytecode('dynamic', endo_simul, exo_simul, M_.params, endo_simul, periods);
tmp = bytecode('dynamic', endo_simul, exo_simul, M.params, endo_simul, periods);
flag = false;
catch ME
disp(ME.message);
......
  • Sébastien Villemot @sebastien

    mentioned in commit ec83d54e

    ·

    mentioned in commit ec83d54e

    Toggle commit list
  • Johannes Pfeifer @JohannesPfeifer ·
    Developer

    This looks as if we are missing an integration test

  • Author Owner

    Yes, for sure. I also don’t understand how I overlooked this, since I should have done at least a manual test.

  • Johannes Pfeifer @JohannesPfeifer ·
    Developer

    My guess is that this part is not easily triggered and we are missing a proper test reaching that statement.

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment