- Sep 11, 2019
-
-
Houtan Bastani authored
-
Sébastien Villemot authored
Bug introduced in 0c755460, that manifested on the Gitlab runners.
-
Sébastien Villemot authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Sébastien Villemot authored
Note that there is no equivalent of boost::filesystem::unique_path(), so I implemented ModFile::unique_path() which does something similar.
-
Sébastien Villemot authored
-
- Sep 10, 2019
-
-
Houtan Bastani authored
stop processing when certain functions are used in a linear context on endogenous/exogenous variables. closes dynare#1537
-
Houtan Bastani authored
-
- Sep 09, 2019
-
-
Houtan Bastani authored
-
- Sep 05, 2019
-
-
Houtan Bastani authored
-
- Aug 27, 2019
-
-
Sébastien Villemot authored
-
- Aug 26, 2019
-
-
Houtan Bastani authored
#26
-
Houtan Bastani authored
closes #26
-
Houtan Bastani authored
closes #28
-
Houtan Bastani authored
-
- Aug 23, 2019
-
-
Houtan Bastani authored
-
Houtan Bastani authored
Not necessary because of parser rules for function definition
-
- Aug 22, 2019
-
-
Sébastien Villemot authored
— allow “language=matlab” for symmetry (this is the default) — remove the useless “cuda” and “python” values — give a more meaningful error message when “output” is used in conjunction with “language=matlab”
-
Sébastien Villemot authored
In that case, the preprocessor outputs g4 (4th derivatives of model) and g3p (1st derivs of g3 w.r.t. parameters). Ref #10
-
Sébastien Villemot authored
-
Houtan Bastani authored
-
- Aug 21, 2019
-
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
- Aug 20, 2019
-
-
Sébastien Villemot authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
- Aug 19, 2019
-
-
Houtan Bastani authored
-
Sébastien Villemot authored
The transformation would be incorrect because of the expectation operator. There was already a safety check, but it was not entirely correct. For example, if “exp(y)” was appearing before “exp(y(+1))”, the check would not catch the problem, because it happened after the substitution table had been filled. So we now do the check before filling that table.
-
Sébastien Villemot authored
By the way, do some small code simplifications.
-
Sébastien Villemot authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
- Aug 14, 2019
-
-
Sébastien Villemot authored
Useless copies are thus avoided in some situations.
-
Sébastien Villemot authored
-