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

feat(shared-data): allow default version finding for labware schema v3 #17233

Draft
wants to merge 3 commits into
base: edge
Choose a base branch
from

Conversation

caila-marashaj
Copy link
Contributor

@caila-marashaj caila-marashaj commented Jan 9, 2025

Overview

Currently, in order to load in a schema v3 labware definition, you need to load the labware with the version number that's listed in schema 3. Otherwise, you'll get the schema 2 definition. This pr maintains that functionality, but adds the ability to find a default schema 3 definition for any applicable labware by loading in the labware like this:
load_labware(load_name=..., location=..., schema=3)

Its not much of a change, but it's a little easier than going and finding the appropriate version number in shared-data, and might come in handy when we eventually do want to load in labware definitions in schema 3 by default.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant