Skip to content

Commit

Permalink
fix import name of 96ch during gravimetric LPC protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
andySigler committed Feb 1, 2024
1 parent 81ed7c8 commit 99db01e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def run(ctx: ProtocolContext) -> None:
if size == 50 # only calibrate 50ul tip-racks
]
scale_labware = ctx.load_labware(LABWARE_ON_SCALE, SLOT_SCALE)
pipette = ctx.load_instrument("p1000_96", "left")
pipette = ctx.load_instrument("flex_96channel_1000", "left")
for rack in tipracks:
pipette.pick_up_tip(rack["A1"])
pipette.aspirate(10, scale_labware["A1"].top())
Expand Down

0 comments on commit 99db01e

Please sign in to comment.