Skip to content

Commit

Permalink
update stacking only command
Browse files Browse the repository at this point in the history
  • Loading branch information
Laura-Danielle committed Dec 13, 2024
1 parent 5608ebd commit 2204074
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def validate_labware_can_be_ondeck(definition: LabwareDefinition) -> bool:
"""Validate that the labware being loaded onto the deck can sit in a slot."""
return (
definition.parameters.quirks is None
or "stackableOnly" not in definition.parameters.quirks
or "stackingOnly" not in definition.parameters.quirks
)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1001,7 +1001,7 @@
],
"parameters": {
"format": "96Standard",
"quirks": ["stackingMaxFive", "stackableOnly"],
"quirks": ["stackingMaxFive", "stackingOnly"],
"isTiprack": false,
"isMagneticModuleCompatible": false,
"loadName": "evotips_opentrons_96_labware"
Expand Down

0 comments on commit 2204074

Please sign in to comment.