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

changes so far found in v7.1.0-alpha.2 vs v7.0.2 #14148

Closed
wants to merge 2 commits into from

Conversation

y3rsh
Copy link
Member

@y3rsh y3rsh commented Dec 8, 2023

Use snapshots to compare protocol analysis across builds

Bugs found

Signoff

  • All these changes are expected and safe

@y3rsh y3rsh marked this pull request as ready for review December 8, 2023 13:53
@y3rsh y3rsh requested review from a team as code owners December 8, 2023 13:53
@sfoster1
Copy link
Member

sfoster1 commented Dec 8, 2023

@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?

@y3rsh y3rsh force-pushed the 7.1-analyses-battery-diff branch from eccd81a to 5539465 Compare December 8, 2023 15:35
@@ -2671,7 +2671,7 @@
],
"metadata": {
"displayCategory": "tipRack",
"displayName": "Opentrons 96 Tip Rack 20 µL",
"displayName": "Opentrons OT-2 96 Tip Rack 20 µL",
Copy link
Member Author

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
Copy link
Member Author

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"
Copy link
Member Author

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.

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.

2 participants