Differences between revisions 6 and 7
Revision 6 as of 2008-09-02 16:16:19
Size: 2784
Comment:
Revision 7 as of 2009-01-22 09:02:27
Size: 2901
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
 * ExprNode::collectEndogenous() returns the empty set when called on a model local variable node (is this really a bug?) -- SébastienVillemot [[DateTime(2008-04-08T17:26:12Z)]]  * The macroprocessor fails when the file ends with {{{@#endif}}} or {{{@#endfor}}} without a new line at the EOF
* Expr``Node::collectEndogenous() returns the empty set when called on a model local variable node (is this really a bug?) -- SébastienVillemot [[DateTime(2008-04-08T17:26:12Z)]]

Outstanding bugs

  • The macroprocessor fails when the file ends with @#endif or @#endfor without a new line at the EOF

  • ExprNode::collectEndogenous() returns the empty set when called on a model local variable node (is this really a bug?) -- SébastienVillemot DateTime(2008-04-08T17:26:12Z)

  • The block estimated_params_init does not initialize the standard deviations of the shocks and dsge_prior_weight.

  • If USE_DLL is not specified as an option in the model block any mex file (resulting from previous simulations) should be erased before any call to _static or _dynamic, otherwise matlab considers the mex file and not the m files.
  • temporary terms for static file are incorrectly computed in SparseDLL mode (should separate temporary terms for the static file from those for the dynamic file since the output langage is not the same in the two situations)
  • mex files produced with USE_DLL should return space matrices. Currently it conflicts with sparse_hessian_times_B_kronecker_C at order=2 -- MichelJuillard DateTime(2008-08-15T13:16:18Z)

Resolved bugs

DynareWiki: PreProcessorBugs (last edited 2009-04-09 16:08:13 by SébastienVillemot)