Skip to content

Commit e4450ce

Browse files
committed
correctVolume can be negative too
1 parent 0356d8b commit e4450ce

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

api/src/opentrons/protocol_engine/commands/pipetting_common.py

-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ class AspirateVolumeMixin(BaseModel):
4848
correctionVolume: Optional[float] = Field(
4949
None,
5050
description="The correction volume in uL.",
51-
ge=0,
5251
)
5352

5453

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

7169

0 commit comments

Comments
 (0)