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

docs(api): Update return_tip to drop_tip #7834

Merged
merged 1 commit into from
May 27, 2021
Merged

Conversation

ethanfjones-zz
Copy link
Contributor

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 perform identical actions.

Overview

Changelog

Review requests

Risk assessment

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.
@ethanfjones-zz ethanfjones-zz requested a review from a team as a code owner May 25, 2021 12:27
@codecov
Copy link

codecov bot commented May 25, 2021

Codecov Report

Merging #7834 (cca6a04) into edge (586744c) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             edge    #7834   +/-   ##
=======================================
  Coverage   83.48%   83.48%           
=======================================
  Files         336      336           
  Lines       21350    21350           
=======================================
  Hits        17824    17824           
  Misses       3526     3526           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 586744c...cca6a04. Read the comment docs.

Copy link
Contributor

@SyntaxColoring SyntaxColoring left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense to me. Thanks! 👍

@amitlissack amitlissack changed the title Updated return_tip to drop_tip docs(api): Updated return_tip to drop_tip May 25, 2021
@amitlissack amitlissack changed the title docs(api): Updated return_tip to drop_tip doc(api): Updated return_tip to drop_tip May 25, 2021
@amitlissack amitlissack changed the title doc(api): Updated return_tip to drop_tip docs(api): Updated return_tip to drop_tip May 25, 2021
@Laura-Danielle Laura-Danielle changed the title docs(api): Updated return_tip to drop_tip docs(api): Update return_tip to drop_tip May 27, 2021
@Laura-Danielle Laura-Danielle merged commit 47f3385 into edge May 27, 2021
@Laura-Danielle Laura-Danielle deleted the ethanfjones-patch-3 branch May 27, 2021 14:04
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.

3 participants