Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Comments said that the two code snippet accomplished the same thing. The first (p300.transfer(100, plate['A1'], plate['B1'])) would drop the tip in the trash while the second p300.pick_up_tip() p300.aspirate(100, plate.wells('A1')) p300.dispense(100, plate.wells('B1')) p300.return_tip() would return the tip to the tiprack. I changed return_tip in the second example to drop_tip so the two commands would be identical.
- Loading branch information