mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 06:40:24 +01:00
bug for prange fixed
This commit is contained in:
parent
960fc521c4
commit
4d746802d2
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ class Corr:
|
|||
#The attribute "range" [start,end] marks a range of two timeslices.
|
||||
#This is useful for keeping track of plateaus and fitranges.
|
||||
#The range can be inherited from other Corrs, if the operation should not alter a chosen range eg. multiplication with a constant.
|
||||
if not range is None:
|
||||
if not prange is None:
|
||||
self.prange=prange
|
||||
|
||||
self.gamma_method()
|
||||
|
|
Loading…
Add table
Reference in a new issue