-
Notifications
You must be signed in to change notification settings - Fork 180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(step-generation): fix blowout location from multi-dispense disposal #17012
fix(step-generation): fix blowout location from multi-dispense disposal #17012
Commits on Dec 2, 2024
-
feat(app): implement stall recoveries (#17002)
Adds recovery from stall or collision errors to the app. This should implement these flows: https://www.figma.com/design/OGssKRmCOvuXSqUpK2qXrV/Feature%3A-Error-Recovery-November-Release?node-id=9765-66609&t=65NkMVGZlPdCG7z6-4 When there's a stall, which can happen on pretty much any command, we should now prompt the user to home and retry. To home, they have to make sure the machine is safe, so we will go through DTWiz. ## Reviews - [ ] did i miss anything ## Testing - [x] stalls should get you the home and retry button - [x] you should enter the DTWiz if >0 pipettes have a tip - [x] if 0 pipettes have a tip the DTwiz should be skipped (or if there are no pipettes) - [x] Retrying should in fact work Closes EXEC-725
Configuration menu - View commit details
-
Copy full SHA for 89834d5 - Browse repository at this point
Copy the full SHA 89834d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 690fcc3 - Browse repository at this point
Copy the full SHA 690fcc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 985d6bc - Browse repository at this point
Copy the full SHA 985d6bcView commit details -
fix(actions): Fix memory script (#17004)
Looks like this is behaving differently on CI than my local docker container tests. Luckily, the error is pretty straightforward: Error: Mixpanel request failed: 401, Unauthorized, Expected project_id parameter to be a number when specified
Configuration menu - View commit details
-
Copy full SHA for 8873008 - Browse repository at this point
Copy the full SHA 8873008View commit details -
refactor(app): clean up react import statements (#16998)
* refactor(app): clean up react import statements (#16998)
Configuration menu - View commit details
-
Copy full SHA for 5009d3c - Browse repository at this point
Copy the full SHA 5009d3cView commit details -
feat(api, shared-data): add correctionByVolume to liquid class schema…
… and definitions (#16972) Adds a correctionByVolume field to liquid class definitions in the schema, pydantic models and PAPI classes for liquid class properties.
Configuration menu - View commit details
-
Copy full SHA for 4c7a409 - Browse repository at this point
Copy the full SHA 4c7a409View commit details -
feat(api): add new InstrumentContext.transfer_liquid() method (#16819)
Closes AUTH-843 # Overview Adds `InstrumentContext.transfer_liquid()` method that does the following- - validates parameters of `transfer_liquid()` - loads the liquid class properties for the relevant pipette and tiprack into protocol engine - delegates to engine core to perform the actual transfer This PR does not cover engine core's transfer method execution. ## Risk assessment No risk so far since this is a code-only change.
Configuration menu - View commit details
-
Copy full SHA for 6c0d418 - Browse repository at this point
Copy the full SHA 6c0d418View commit details
Commits on Dec 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 34cb611 - Browse repository at this point
Copy the full SHA 34cb611View commit details -
Configuration menu - View commit details
-
Copy full SHA for c692fec - Browse repository at this point
Copy the full SHA c692fecView commit details