Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
David Keitel
PyFstat
Commits
82773089
Commit
82773089
authored
May 28, 2018
by
Gregory Ashton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix errors
parent
b4167674
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
pyfstat/mcmc_based_searches.py
pyfstat/mcmc_based_searches.py
+3
-3
No files found.
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