Skip to content
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

Closed

Commits on Dec 2, 2024

  1. 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
    sfoster1 authored Dec 2, 2024
    Configuration menu
    Copy the full SHA
    89834d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    690fcc3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    985d6bc View commit details
    Browse the repository at this point in the history
  4. 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
    mjhuff authored Dec 2, 2024
    Configuration menu
    Copy the full SHA
    8873008 View commit details
    Browse the repository at this point in the history
  5. refactor(app): clean up react import statements (#16998)

    * refactor(app): clean up react import statements (#16998)
    koji authored Dec 2, 2024
    Configuration menu
    Copy the full SHA
    5009d3c View commit details
    Browse the repository at this point in the history
  6. 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.
    jbleon95 authored Dec 2, 2024
    Configuration menu
    Copy the full SHA
    4c7a409 View commit details
    Browse the repository at this point in the history
  7. 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.
    sanni-t authored Dec 2, 2024
    Configuration menu
    Copy the full SHA
    6c0d418 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2024

  1. Configuration menu
    Copy the full SHA
    34cb611 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c692fec View commit details
    Browse the repository at this point in the history