mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-11-29 20:46:54 +01:00
allow all as tag
This commit is contained in:
parent
b8ee9eca5c
commit
eb94260116
1 changed files with 1 additions and 1 deletions
|
|
@ -156,7 +156,7 @@ class Obs:
|
||||||
self.ddvalue: float = 0.0
|
self.ddvalue: float = 0.0
|
||||||
self.reweighted = False
|
self.reweighted = False
|
||||||
|
|
||||||
self.tag = None
|
self.tag: Any = None
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def value(self) -> float:
|
def value(self) -> float:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue