- 12 Nov, 2020 3 commits
-
-
Sébastien Villemot authored
Fix initialization of state variances See merge request Dynare/dynare!1762
-
Sébastien Villemot authored
discretionary_policy_1.m: take care of presence of auxiliary equations See merge request Dynare/dynare!1767
-
Johannes Pfeifer authored
- incomplete computation of variances in case 1 - wrong ordering for case 2
-
- 11 Nov, 2020 1 commit
-
-
Johannes Pfeifer authored
Happens e.g. with news shocks
-
- 10 Nov, 2020 3 commits
-
-
Sébastien Villemot authored
Incidentally, this makes it possible to use model-local variables with either the “block” or “bytecode” option. (Closes: #1243)
-
Sébastien Villemot authored
Added install instructions for CentOS See merge request Dynare/dynare!1766
-
[skip ci]
-
- 09 Nov, 2020 3 commits
-
-
Sébastien Villemot authored
Several tests need to be adapted, because they were implicitly making the assumption that there is no auxiliary variable. Incidentally, this closes #1731. This commit therefore also removes the workaround introduced in 0391dbbe.
-
Sébastien Villemot authored
Added install instructions for RHEL and remove some tested distributions See merge request Dynare/dynare!1765
-
Willi Mutschler authored
[skip ci] Removed Debian 9 from tested distros as it requires newer version of several packages such as GCC, Octave, bison Removed Ubuntu 18.04 as it requires newer version of Octave
-
- 06 Nov, 2020 2 commits
-
-
[skip ci]
-
[skip ci]
-
- 05 Nov, 2020 5 commits
-
-
Sébastien Villemot authored
— FCFLAGS needs to contain the compilation flags used when compiling Octave, otherwise it fails at configure stage when looking for gfortran — Explicitly add -L$OCTLIBDIR, because with Octave 5 it is no longer there, and on Fedora the Octave libraries are no in the default linker search path
-
Sébastien Villemot authored
-
Sébastien Villemot authored
Similar to 95dcb5f4.
-
Sébastien Villemot authored
-
Sébastien Villemot authored
By the way, remove inexact comment about a similar code in histvalf.m
-
- 03 Nov, 2020 3 commits
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
In particular, this allows us to split the “test” and “pkg” stages, without increasing the execution time.
-
Sébastien Villemot authored
Test for ifndef See merge request Dynare/dynare!1763
-
- 02 Nov, 2020 3 commits
-
-
Johannes Pfeifer authored
-
Johannes Pfeifer authored
See Dynare/dynare#1747
-
Sébastien Villemot authored
— Fix the interpretation of @#else clause within an @#ifndef Closes: #1747 — Fix the interpretation of @#elseif clauses within an @#ifdef or @#ifndef — PAC model: fixes to M_.pac.MODEL.ar (information about autoregressive part) Ref. preprocessor#52 — PAC model: make detection of non-optimizing part more robust Ref. preprocessor#50 — Fixes to Julia output
-
- 23 Oct, 2020 1 commit
-
-
Sébastien Villemot authored
This bug is causing random crashes in the testsuite on our runners. See https://sourceware.org/bugzilla/show_bug.cgi?id=19329
-
- 22 Oct, 2020 1 commit
-
-
Sébastien Villemot authored
-
- 21 Oct, 2020 4 commits
-
-
Sébastien Villemot authored
Bug introduced in commit e21cb1ad Ref. #1720
-
Sébastien Villemot authored
-
Sébastien Villemot authored
This was causing some tests to be skipped. The bug had been introduced e7162a2a.
-
Sébastien Villemot authored
Closes: #1720
-
- 20 Oct, 2020 4 commits
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
The fix in commit 24cc67e5 was incorrect.
-
Sébastien Villemot authored
The routines use the find() function applied to a subset of columns of the Jacobian, which in this case is a row vector. When passed a row vector, find() returns row vectors (while it returns column vectors when passed a column vector or a matrix). This case was not correctly handled.
-
Sébastien Villemot authored
-
- 16 Oct, 2020 1 commit
-
-
Sébastien Villemot authored
-
- 15 Oct, 2020 3 commits
-
-
Sébastien Villemot authored
Closes: #1735
-
Sébastien Villemot authored
It’s actually useless and complicates the code. Simply rely on options_.bytecode. Ref. #1742
-
Sébastien Villemot authored
Ref. #1742
-
- 14 Oct, 2020 2 commits
-
-
Sébastien Villemot authored
By the way, document and enforce the fact that stochastic extended_path (i.e. order > 0) is not compatible with either bytecode or block. Closes: #1742
-
Sébastien Villemot authored
-
- 08 Oct, 2020 1 commit
-
-
Sébastien Villemot authored
-