diff --git a/pyerrors/obs.py b/pyerrors/obs.py index e4a9340d..287ea6cc 100644 --- a/pyerrors/obs.py +++ b/pyerrors/obs.py @@ -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 = []