Skip to content
GitLab
Menu
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
cc0ca10a
Commit
cc0ca10a
authored
Nov 06, 2016
by
Gregory Ashton
Browse files
Adds Tcoh time to log
parent
f7c9bdbd
Changes
1
Hide whitespace changes
Inline
Side-by-side
pyfstat.py
View file @
cc0ca10a
...
@@ -1957,8 +1957,10 @@ class MCMCFollowUpSearch(MCMCSemiCoherentSearch):
...
@@ -1957,8 +1957,10 @@ class MCMCFollowUpSearch(MCMCSemiCoherentSearch):
loglargs
=
(
self
.
search
,),
betas
=
self
.
betas
,
loglargs
=
(
self
.
search
,),
betas
=
self
.
betas
,
a
=
proposal_scale_factor
)
a
=
proposal_scale_factor
)
logging
.
info
(
'Running {}/{} with {} steps and {} nsegs'
.
format
(
logging
.
info
((
'Running {}/{} with {} steps and {} nsegs '
j
+
1
,
len
(
self
.
nsteps
),
(
nburn
,
nprod
),
nseg
))
'(Tcoh={:1.2f} days)'
).
format
(
j
+
1
,
len
(
self
.
nsteps
),
(
nburn
,
nprod
),
nseg
,
(
self
.
maxStartTime
-
self
.
minStartTime
)
/
nseg
/
86400
))
sampler
=
self
.
run_sampler_with_progress_bar
(
sampler
=
self
.
run_sampler_with_progress_bar
(
sampler
,
nburn
+
nprod
,
p0
)
sampler
,
nburn
+
nprod
,
p0
)
logging
.
info
(
"Mean acceptance fraction: {}"
logging
.
info
(
"Mean acceptance fraction: {}"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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