We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8907317 commit 6ebe359Copy full SHA for 6ebe359
pioreactor/structs.py
@@ -99,7 +99,7 @@ class DosingEvent(JSONPrintedStruct):
99
Output of a pump action
100
"""
101
102
- volume_change: t.Annotated[float, Meta(ge=0)]
+ volume_change: float # can be negative!
103
event: str
104
source_of_event: t.Optional[str]
105
timestamp: t.Annotated[datetime, Meta(tz=True)]
0 commit comments