updating to new pydantic requirements for values
This commit is contained in:
@ -4,7 +4,7 @@ from typing import Optional
|
||||
class Target(BaseModel):
|
||||
theta: float
|
||||
value: float
|
||||
result: Optional[float]
|
||||
result: Optional[float] = None
|
||||
drift: float = 0.0
|
||||
|
||||
@classmethod
|
||||
|
Reference in New Issue
Block a user