Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dynare
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dynare
dynare
Commits
6f8fc22d
Verified
Commit
6f8fc22d
authored
1 year ago
by
Johannes Pfeifer
Committed by
Sébastien Villemot
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
bug: internals.m: account for new location of results files in 5.x
parent
0e468103
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
matlab/internals.m
+1
-1
1 addition, 1 deletion
matlab/internals.m
with
1 addition
and
1 deletion
matlab/internals.m
+
1
−
1
View file @
6f8fc22d
...
...
@@ -109,7 +109,7 @@ if strcmpi(flag,'--load-mh-history') || strcmpi(flag,'--display-mh-history')
assignin
(
'
caller
','
mcmc_informations
'
,
o
);
else
oo
=
load_first_mh_history_file
([
dname
filesep
'
metropolis
'
],
fname
);
local
=
load
([
fname
'
_results
'
],
'
bayestopt_
'
);
local
=
load
([
dname
filesep
'
Output
'
filesep
fname
'
_results
'
],
'
bayestopt_
'
);
names
=
local
.
bayestopt_
.
name
;
%
evalin
(
'
base
','
bayestopt_
.
name
'
);
str
=
[
'
MCMC
set
-
up
for
'
fname
'
mod
file
'
];
ltr
=
length
(
str
);
...
...
This diff is collapsed.
Click to expand it.
Johannes Pfeifer
@JohannesPfeifer
mentioned in commit
3e3f5394
·
1 year ago
mentioned in commit
3e3f5394
mentioned in commit 3e3f5394d58caf911e21af876d53294d33ad375c
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment