Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
lscsoft
bilby
Commits
1234e68a
Commit
1234e68a
authored
Jul 26, 2018
by
MoritzThomasHuebner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
A typo
parent
e7972e08
Pipeline
#26292
passed with stage
in 1 minute and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tupak/core/result.py
tupak/core/result.py
+1
-1
No files found.
tupak/core/result.py
View file @
1234e68a
...
...
@@ -314,7 +314,7 @@ class Result(dict):
return
fig
def
plot_walkers
(
self
,
**
kwargs
):
""" Method to plot the trace of the walkers in an ensmble MCMC plot """
""" Method to plot the trace of the walkers in an ens
e
mble MCMC plot """
if
hasattr
(
self
,
'walkers'
)
is
False
:
logger
.
warning
(
"Cannot plot_walkers as no walkers are saved"
)
return
...
...
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