From f3eed02d86f589392af759793e41174ac96a2f64 Mon Sep 17 00:00:00 2001 From: fjosw Date: Tue, 16 Nov 2021 12:08:48 +0000 Subject: [PATCH] Documentation updated --- docs/pyerrors/obs.html | 9 --------- 1 file changed, 9 deletions(-) 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 = []