Merge branch 'develop' into documentation

This commit is contained in:
fjosw 2022-06-23 13:01:08 +00:00
commit e4a8a02a74

View file

@ -426,7 +426,7 @@ class Obs:
my_string_list.append(my_string)
print('\n'.join(my_string_list))
def reweight(self, rw):
def reweight(self, weight):
"""Reweight the obs with given rewighting factors.
Parameters