-
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
feat(app): add inPlace and moveToAddressableArea command text #13958
Conversation
If we select the waste chute as our drop tip location, we need to generate different commands from dropping tips in other locations. For the waste chute, we generate moveToAddressableArea followed by dropTipInPlace commands.
adds command text with requisite params for dropTipInPlace, dispenseInPlace, blowOutInPlace, and moveToAddressableArea
adds command text with requisite params for dropTipInPlace, dispenseInPlace, blowOutInPlace, and moveToAddressableArea
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## edge #13958 +/- ##
==========================================
- Coverage 70.65% 70.48% -0.17%
==========================================
Files 2482 2510 +28
Lines 71432 71788 +356
Branches 9320 9122 -198
==========================================
+ Hits 50468 50603 +135
- Misses 18815 18969 +154
- Partials 2149 2216 +67
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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.
looks good! tests look great. Just left a few clean up comments.
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.
Lets either undo the change to PipettingRunTimeCommand
or expand the pattern to PipettingCreateCommand
. After that, this lgtm!
closes RAUT-851 Generate different commands from dropping tips in other locations if we select the waste chute as our drop tip location. For the waste chute, we generate moveToAddressableArea followed by dropTipInPlace commands.
closes RAUT-851 Generate different commands from dropping tips in other locations if we select the waste chute as our drop tip location. For the waste chute, we generate moveToAddressableArea followed by dropTipInPlace commands.
closes RAUT-851
Overview
Adds new command text for in place commands and moveToAddressableArea
Test Plan
Changelog
Risk assessment
low