mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-16 20:43:41 +02:00
docs: Obs.reweight docstring now matches method arguments.
This commit is contained in:
parent
0346e95f3f
commit
783046f5dc
1 changed files with 1 additions and 1 deletions
|
@ -426,7 +426,7 @@ class Obs:
|
||||||
my_string_list.append(my_string)
|
my_string_list.append(my_string)
|
||||||
print('\n'.join(my_string_list))
|
print('\n'.join(my_string_list))
|
||||||
|
|
||||||
def reweight(self, rw):
|
def reweight(self, weight):
|
||||||
"""Reweight the obs with given rewighting factors.
|
"""Reweight the obs with given rewighting factors.
|
||||||
|
|
||||||
Parameters
|
Parameters
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue