Merge branch 'develop' into documentation

This commit is contained in:
fjosw 2021-11-16 12:08:14 +00:00
commit d7230d8379

View file

@ -505,9 +505,6 @@ class Obs:
expand : bool expand : bool
show expanded history for irregular Monte Carlo chains (default: True). show expanded history for irregular Monte Carlo chains (default: True).
""" """
if not hasattr(self, 'e_dvalue'):
raise Exception('Run the gamma method first.')
for e, e_name in enumerate(self.e_names): for e, e_name in enumerate(self.e_names):
plt.figure() plt.figure()
r_length = [] r_length = []