Skip to content
Snippets Groups Projects
Select Git revision
  • 9e6662737575c8e02eda5b0bddc0dce5fcf943b4
  • master default protected
  • dynare_lite
  • pylib
  • 5.x
  • wasm
  • julia
  • 4.6
  • uop
  • rework_pac
  • aux_vars_fix
  • julia-6.2.0
  • created_preprocessor_repo
13 results

src

  • Clone with SSH
  • Clone with HTTPS
  • Forked from Dynare / preprocessor
    Source project has a limited visibility.
    Sébastien Villemot's avatar
    Sébastien Villemot authored
    Since 38152c34, the M_.endo_histval variable is
    generated via dynamic_set_auxiliary_dseries.m. The problem is that, for
    auxiliary variables corresponding to a lead, this will generate a NaN in
    M_.endo_histval. This is conceptually correct, since such variables are never
    used as initial conditions, but this is inconsistent with what we do with the
    "initval" block, and leads to crashes in some routines where we fail when there
    is a NaN. Therefore, replace these with a zero, as it used to be.
    9e666273
    History
    Name Last commit Last update
    ..