From 9f40a8f6410481c937e9b232f61e7ac3497e0962 Mon Sep 17 00:00:00 2001 From: fjosw Date: Thu, 23 Jun 2022 13:05:52 +0000 Subject: [PATCH] Documentation updated --- docs/pyerrors/obs.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/pyerrors/obs.html b/docs/pyerrors/obs.html index 26024257..ce26f1c8 100644 --- a/docs/pyerrors/obs.html +++ b/docs/pyerrors/obs.html @@ -755,7 +755,7 @@ 439 the reweighting factor on all configurations in weight.idl and not 440 on the configurations in obs[i].idl. Default False. 441 """ - 442 return reweight(rw, [self])[0] + 442 return reweight(weight, [self])[0] 443 444 def is_zero_within_error(self, sigma=1): 445 """Checks whether the observable is zero within 'sigma' standard errors. @@ -2413,7 +2413,7 @@ 440 the reweighting factor on all configurations in weight.idl and not 441 on the configurations in obs[i].idl. Default False. 442 """ -443 return reweight(rw, [self])[0] +443 return reweight(weight, [self])[0] 444 445 def is_zero_within_error(self, sigma=1): 446 """Checks whether the observable is zero within 'sigma' standard errors. @@ -3528,7 +3528,7 @@ print details about the ensembles and replica if true. 440 the reweighting factor on all configurations in weight.idl and not 441 on the configurations in obs[i].idl. Default False. 442 """ -443 return reweight(rw, [self])[0] +443 return reweight(weight, [self])[0]