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

fix(api): Fixes bug in replacing substring of old p50 pipettes #1717

Merged
merged 1 commit into from
Jun 18, 2018

Conversation

andySigler
Copy link
Contributor

overview

This PR fixes a bug with older p50 pipettes not being recognized by the robot.

A small subset of p50 pipettes were written with model strings ending with "v13" instead of the currently used format "v1.3". The driver's read_pipette_model() method was intending to replace those old substrings with the new one, but was replacing with an invalid string (missing the underscore)

@andySigler andySigler added bug api Affects the `api` project labels Jun 18, 2018
@codecov
Copy link

codecov bot commented Jun 18, 2018

Codecov Report

Merging #1717 into edge will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             edge    #1717   +/-   ##
=======================================
  Coverage   35.09%   35.09%           
=======================================
  Files         340      340           
  Lines        5570     5570           
=======================================
  Hits         1955     1955           
  Misses       3615     3615

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 295940e...0be4697. Read the comment docs.

Copy link
Contributor

@mcous mcous left a comment

Choose a reason for hiding this comment

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

📟

@andySigler andySigler merged commit 1322055 into edge Jun 18, 2018
@andySigler andySigler deleted the api-fix-v13-model-reads branch June 18, 2018 18:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Affects the `api` project bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants