Skip to content

Commit

Permalink
results also need to change
Browse files Browse the repository at this point in the history
  • Loading branch information
sfoster1 committed Dec 18, 2023
1 parent 7eb3e1f commit d2c9ebe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class BaseLiquidHandlingResult(BaseModel):
volume: float = Field(
...,
description="Amount of liquid in uL handled in the operation.",
gt=0,
ge=0,
)


Expand Down

0 comments on commit d2c9ebe

Please sign in to comment.