Skip to content
Snippets Groups Projects
Commit 82773089 authored by Gregory Ashton's avatar Gregory Ashton
Browse files

Fix errors

parent b4167674
No related branches found
No related tags found
No related merge requests found
...@@ -131,7 +131,7 @@ class MCMCSearch(core.BaseSearchClass): ...@@ -131,7 +131,7 @@ class MCMCSearch(core.BaseSearchClass):
self.nwalkers = nwalkers self.nwalkers = nwalkers
self.ntemps = ntemps self.ntemps = ntemps
self.log10beta_min = log10beta_min self.log10beta_min = log10beta_min
self.theta_initial = self.theta_initial self.theta_initial = theta_initial
self.rhohatmax = rhohatmax self.rhohatmax = rhohatmax
self.binary = binary self.binary = binary
self.BSGL = BSGL self.BSGL = BSGL
...@@ -1990,7 +1990,7 @@ class MCMCSemiCoherentSearch(MCMCSearch): ...@@ -1990,7 +1990,7 @@ class MCMCSemiCoherentSearch(MCMCSearch):
self.nwalkers = nwalkers self.nwalkers = nwalkers
self.ntemps = ntemps self.ntemps = ntemps
self.log10beta_min = log10beta_min self.log10beta_min = log10beta_min
self.theta_initial = self.theta_initial self.theta_initial = theta_initial
self.rhohatmax = rhohatmax self.rhohatmax = rhohatmax
self.binary = binary self.binary = binary
self.BSGL = BSGL self.BSGL = BSGL
...@@ -2155,7 +2155,7 @@ class MCMCFollowUpSearch(MCMCSemiCoherentSearch): ...@@ -2155,7 +2155,7 @@ class MCMCFollowUpSearch(MCMCSemiCoherentSearch):
self.nwalkers = nwalkers self.nwalkers = nwalkers
self.ntemps = ntemps self.ntemps = ntemps
self.log10beta_min = log10beta_min self.log10beta_min = log10beta_min
self.theta_initial = self.theta_initial self.theta_initial = theta_initial
self.rhohatmax = rhohatmax self.rhohatmax = rhohatmax
self.binary = binary self.binary = binary
self.BSGL = BSGL self.BSGL = BSGL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment