-
-
Notifications
You must be signed in to change notification settings - Fork 405
Add MultiAxisTap stream #6374
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
Add MultiAxisTap stream #6374
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6374 +/- ##
==========================================
- Coverage 88.50% 88.49% -0.01%
==========================================
Files 323 323
Lines 68194 68265 +71
==========================================
+ Hits 60355 60412 +57
- Misses 7839 7853 +14 ☔ View full report in Codecov by Sentry. |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Retrofitting the existing
Tap
stream with support for multiple axis was too awkward. This PR instead implements aMultiAxisTap
stream which providesxs
andys
parameters giving you the tap locations indexed by the name of the dimension.