diff --git a/docs/pyerrors/input/openQCD.html b/docs/pyerrors/input/openQCD.html
index 250d7a4c..26ddf2af 100644
--- a/docs/pyerrors/input/openQCD.html
+++ b/docs/pyerrors/input/openQCD.html
@@ -550,7 +550,7 @@
ax1.set_ylabel('Residuals')
ax1.set_xlabel(r'$t/a^2$')
- plt.show()
+ plt.draw()
return -fit_result[0] / fit_result[1]
@@ -587,7 +587,7 @@
elif size == 16:
types = 'dd'
else:
- print('Type not known!')
+ raise Exception("Type for size '" + str(size) + "' not known.")
m = n[0]
for i in range(1, d):
m *= n[i]
@@ -1449,7 +1449,7 @@ Print additional information that is useful for debugging.
ax1.set_ylabel('Residuals')
ax1.set_xlabel(r'$t/a^2$')
- plt.show()
+ plt.draw()
return -fit_result[0] / fit_result[1]