Skip to content

Commit

Permalink
feat(labware-library): use slot 2 instead of 3 in LC test protocol (#…
Browse files Browse the repository at this point in the history
…5950)

Closes #5019
  • Loading branch information
IanLondon authored Jun 18, 2020
1 parent 474c98f commit fbd1506
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion labware-library/cypress/fixtures/TestLabwareProtocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
}
CALIBRATION_CROSS_SLOTS = ['1', '3', '7']
TEST_LABWARE_SLOT = '3'
TEST_LABWARE_SLOT = '2'

RATE = 0.25 # % of default speeds
SLOWER_RATE = 0.1
Expand Down
2 changes: 1 addition & 1 deletion labware-library/src/labware-creator/labwareTestProtocol.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ CALIBRATION_CROSS_COORDS = {
}
}
CALIBRATION_CROSS_SLOTS = ['1', '3', '7']
TEST_LABWARE_SLOT = '3'
TEST_LABWARE_SLOT = '2'
RATE = 0.25 # % of default speeds
SLOWER_RATE = 0.1
Expand Down

0 comments on commit fbd1506

Please sign in to comment.