Merge branch 'dynare-bugfixes'

Ref. !2248
covariance-quadratic-approximation
Sébastien Villemot 2023-12-21 14:02:51 +01:00
commit d09a206c7c
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
2 changed files with 2 additions and 1 deletions

View File

@ -44,6 +44,7 @@ end
if ismember(flag,{'filter','all'})
options_occbin_.filter.state_covariance = false;
options_occbin_.filter.guess_regime = false;
options_occbin_.filter.periodic_solution = true;
options_occbin_.filter.use_relaxation = false;
end

View File

@ -61,7 +61,7 @@ for indPC=1:length(Parallel)
end
while(1)
if isempty(dynareParallelDir(['P_slave_',int2str(j),'End.txt'],TmpFolder,Parallel))
if isempty(dynareParallelDir(['P_slave_*End.txt'],TmpFolder,Parallel))
for indPC=1:length(Parallel)
if (Parallel(indPC).Local==0)
dynareParallelRmDir(TmpFolder,Parallel(indPC))