allow all as tag

This commit is contained in:
Justus Kuhlmann 2025-11-03 14:37:10 +00:00
commit eb94260116

View file

@ -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: