We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0356d8b commit e4450ceCopy full SHA for e4450ce
api/src/opentrons/protocol_engine/commands/pipetting_common.py
@@ -48,7 +48,6 @@ class AspirateVolumeMixin(BaseModel):
48
correctionVolume: Optional[float] = Field(
49
None,
50
description="The correction volume in uL.",
51
- ge=0,
52
)
53
54
@@ -65,7 +64,6 @@ class DispenseVolumeMixin(BaseModel):
65
64
66
67
68
69
70
71
0 commit comments