Skip to content

Commit

Permalink
correctionVolume can be negative
Browse files Browse the repository at this point in the history
  • Loading branch information
andySigler committed Feb 4, 2025
1 parent 2b87a7a commit 45217e2
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ class AspirateVolumeMixin(BaseModel):
correctionVolume: Optional[float] = Field(
None,
description="The correction volume in uL.",
ge=0,
)


Expand All @@ -65,7 +64,6 @@ class DispenseVolumeMixin(BaseModel):
correctionVolume: Optional[float] = Field(
None,
description="The correction volume in uL.",
ge=0,
)


Expand Down

0 comments on commit 45217e2

Please sign in to comment.