-
Notifications
You must be signed in to change notification settings - Fork 179
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
changes so far found in v7.1.0-alpha.2 vs v7.0.2 #14148
Conversation
@y3rsh it may be tough to do in this pr obviously but since git diff tools work on lines, can we format this json with like one key/value pair per line? |
eccd81a
to
5539465
Compare
@@ -2671,7 +2671,7 @@ | |||
], | |||
"metadata": { | |||
"displayCategory": "tipRack", | |||
"displayName": "Opentrons 96 Tip Rack 20 µL", | |||
"displayName": "Opentrons OT-2 96 Tip Rack 20 µL", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Expected change due to change in shared-data
shared-data/labware/definitions/2/opentrons_96_tiprack_300ul/1.json
@@ -50,7 +50,7 @@ | |||
"dropOffset": { | |||
"x": 0.0, | |||
"y": 0.0, | |||
"z": 0.5 | |||
"z": 1.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sanni-t please take a look at this and all the other changes to values in this PR when you can 😊
@@ -6881,7 +6881,7 @@ | |||
"errorInfo": { | |||
"args": "('Cannot aspirate more than pipette max volume',)", | |||
"class": "AssertionError", | |||
"traceback": " File \"/usr/local/lib/python3.10/site-packages/opentrons/commands/publisher.py\", line 113, in publish_context\n yield\n\n File \"/usr/local/lib/python3.10/site-packages/opentrons/protocol_api/instrument_context.py\", line 238, in aspirate\n self._core.aspirate(\n\n File \"/usr/local/lib/python3.10/site-packages/opentrons/protocol_api/core/legacy_simulator/legacy_instrument_core.py\", line 112, in aspirate\n new_volume <= self._pipette_dict[\"working_volume\"]\n" | |||
"traceback": " File \"/usr/local/lib/python3.10/site-packages/opentrons/commands/publisher.py\", line 113, in publish_context\n yield\n\n File \"/usr/local/lib/python3.10/site-packages/opentrons/protocol_api/instrument_context.py\", line 267, in aspirate\n self._core.aspirate(\n\n File \"/usr/local/lib/python3.10/site-packages/opentrons/protocol_api/core/legacy_simulator/legacy_instrument_core.py\", line 119, in aspirate\n new_volume <= self._pipette_dict[\"working_volume\"]\n" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Think I will ignore traceback
key.
Use snapshots to compare protocol analysis across builds
Bugs found
Signoff