Skip to content
Snippets Groups Projects
Commit 1234e68a authored by MoritzThomasHuebner's avatar MoritzThomasHuebner
Browse files

A typo

parent e7972e08
No related branches found
No related tags found
1 merge request!119Closing various issues
Pipeline #
......@@ -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 ensemble MCMC plot """
if hasattr(self, 'walkers') is False:
logger.warning("Cannot plot_walkers as no walkers are saved")
return
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment