You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(api): Default values for thermocycler max block volume when well volume is out of bounds (#20056)
# Overview
Add a default value for the thermocycler max block volume when the found
well volume is out of bounds
## Test Plan and Hands on Testing
Simulated protocol
`/Users/rhyannclarke/opentrons/abr-testing/abr_testing/protocols/active_protocols/4_Illumina
DNA Enrichment.py` with apiLevel to 2.27 and received this error:
`ProtocolCommandFailedError [line 299]: Error 4000 GENERAL_ERROR
(ProtocolCommandFailedError): InvalidBlockVolumeError: Thermocycler max
block volume must be between 0 and 100, but got 150.0.`
After the change was made, the protocol simulated successfully with
`start_set_block_temperature()` and `set_block_temperature()`
## Changelog
- Added default block temperatures based on if it was higher than the
max or lower than the min
## Risk assessment
low
Closes RQA-4820
0 commit comments