Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Gregory Ashton
PyFstat
Commits
d7f7aebf
Commit
d7f7aebf
authored
Oct 03, 2016
by
Gregory Ashton
Browse files
Fix forgotten sftlabel variable
parent
af3bc1f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
pyfstat.py
View file @
d7f7aebf
...
...
@@ -519,7 +519,7 @@ class MCMCSearch(BaseSearchClass):
logging
.
info
(
'Set-up MCMC search for model {} on data {}'
.
format
(
self
.
label
,
self
.
sft
label
))
self
.
label
,
self
.
sft
filepath
))
if
os
.
path
.
isdir
(
outdir
)
is
False
:
os
.
mkdir
(
outdir
)
self
.
pickle_path
=
'{}/{}_saved_data.p'
.
format
(
self
.
outdir
,
self
.
label
)
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment