We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff5563e commit ea5b138Copy full SHA for ea5b138
step-generation/src/commandCreators/compound/mix.ts
@@ -102,7 +102,6 @@ export function mixUtil(args: {
102
`location=${labwarePythonName}[${formatPyStr(
103
well
104
)}]${formatPyWellLocation(pythonWellLocation)}`,
105
- // Note: just wiring up the aspirate flow rate?
106
`rate=(${aspirateFlowRateUlSec} / ${pipettePythonName}.flow_rate.aspirate) + (${dispenseFlowRateUlSec} / ${pipettePythonName}.flow_rate.dispense)`,
107
]
108
return {
0 commit comments