mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-07-01 09:19:27 +02:00
docstring and test added for Corr.reweight
This commit is contained in:
parent
3e60403a51
commit
b07f16fe1c
3 changed files with 27 additions and 5 deletions
|
@ -1105,9 +1105,10 @@ def reweight(weight, obs, **kwargs):
|
|||
|
||||
Keyword arguments
|
||||
-----------------
|
||||
all_configs -- if True, the reweighted observables are normalized by the average of
|
||||
the reweighting factor on all configurations in weight.idl and not
|
||||
on the configurations in obs[i].idl.
|
||||
all_configs : bool
|
||||
if True, the reweighted observables are normalized by the average of
|
||||
the reweighting factor on all configurations in weight.idl and not
|
||||
on the configurations in obs[i].idl.
|
||||
"""
|
||||
result = []
|
||||
for i in range(len(obs)):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue