fix: Obs.plot_history no longer requires that the gamma_method was run

This commit is contained in:
Fabian Joswig 2021-11-16 12:07:19 +00:00
parent e62a957d3c
commit b3b6579e67

View file

@ -505,9 +505,6 @@ class Obs:
expand : bool
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):
plt.figure()
r_length = []