diff --git a/docs/pyerrors/obs.html b/docs/pyerrors/obs.html
index e4b05277..7260bd00 100644
--- a/docs/pyerrors/obs.html
+++ b/docs/pyerrors/obs.html
@@ -822,9 +822,6 @@
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 = []
@@ -2411,9 +2408,6 @@
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 = []
@@ -3512,9 +3506,6 @@ saves the figure to a file named 'save' if.
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 = []