mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 23:00:25 +01:00
fix: Obs.plot_history no longer requires that the gamma_method was run
This commit is contained in:
parent
e62a957d3c
commit
b3b6579e67
1 changed files with 0 additions and 3 deletions
|
@ -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 = []
|
||||||
|
|
Loading…
Add table
Reference in a new issue