mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-16 20:43:41 +02:00
Merge branch 'develop' into documentation
This commit is contained in:
commit
87b6001e04
1 changed files with 1 additions and 1 deletions
|
@ -439,7 +439,7 @@ class Obs:
|
||||||
the reweighting factor on all configurations in weight.idl and not
|
the reweighting factor on all configurations in weight.idl and not
|
||||||
on the configurations in obs[i].idl. Default False.
|
on the configurations in obs[i].idl. Default False.
|
||||||
"""
|
"""
|
||||||
return reweight(rw, [self])[0]
|
return reweight(weight, [self])[0]
|
||||||
|
|
||||||
def is_zero_within_error(self, sigma=1):
|
def is_zero_within_error(self, sigma=1):
|
||||||
"""Checks whether the observable is zero within 'sigma' standard errors.
|
"""Checks whether the observable is zero within 'sigma' standard errors.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue