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
82773089
Commit
82773089
authored
May 28, 2018
by
Gregory Ashton
Browse files
Fix errors
parent
b4167674
Changes
1
Show whitespace changes
Inline
Side-by-side
pyfstat/mcmc_based_searches.py
View file @
82773089
...
...
@@ -131,7 +131,7 @@ class MCMCSearch(core.BaseSearchClass):
self
.
nwalkers
=
nwalkers
self
.
ntemps
=
ntemps
self
.
log10beta_min
=
log10beta_min
self
.
theta_initial
=
self
.
theta_initial
self
.
theta_initial
=
theta_initial
self
.
rhohatmax
=
rhohatmax
self
.
binary
=
binary
self
.
BSGL
=
BSGL
...
...
@@ -1990,7 +1990,7 @@ class MCMCSemiCoherentSearch(MCMCSearch):
self
.
nwalkers
=
nwalkers
self
.
ntemps
=
ntemps
self
.
log10beta_min
=
log10beta_min
self
.
theta_initial
=
self
.
theta_initial
self
.
theta_initial
=
theta_initial
self
.
rhohatmax
=
rhohatmax
self
.
binary
=
binary
self
.
BSGL
=
BSGL
...
...
@@ -2155,7 +2155,7 @@ class MCMCFollowUpSearch(MCMCSemiCoherentSearch):
self
.
nwalkers
=
nwalkers
self
.
ntemps
=
ntemps
self
.
log10beta_min
=
log10beta_min
self
.
theta_initial
=
self
.
theta_initial
self
.
theta_initial
=
theta_initial
self
.
rhohatmax
=
rhohatmax
self
.
binary
=
binary
self
.
BSGL
=
BSGL
...
...
Write
Preview
Markdown
is supported
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