Skip to content

Fix bug in dynare_identification.m that led to missing output and crashe...

Johannes Pfeifer requested to merge JohannesPfeifer:ident_fix into master

...s if the initial parameterization was invalid

If the initial parameters did not solve, the code for displaying results and saving was not reached. The also led to later crashes with saving as the -append option was used and no file existed. If no valid draw can be found, the function exits in any case, so no additional check is needed.

Merge request reports