added constant drift incrementing for tcc, tif values

This commit is contained in:
Joshua Burman
2022-02-12 03:43:37 -05:00
parent 46d3538690
commit f18e048081
6 changed files with 152 additions and 109 deletions

View File

@ -6,3 +6,4 @@ class Target(BaseModel):
theta: float
value: float
result: Optional[float]
drift: float = 0.0