From 0da818cd0e104bfbc0ab41a47e8a0af36324c9b4 Mon Sep 17 00:00:00 2001 From: fjosw Date: Thu, 10 Feb 2022 11:05:31 +0000 Subject: [PATCH] Documentation updated --- docs/pyerrors/input/openQCD.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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]