-
Notifications
You must be signed in to change notification settings - Fork 8
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
napari widget for loading and visualising pose tracks #112
base: main
Are you sure you want to change the base?
Conversation
63fb668
to
b9d0ad9
Compare
71d98b3
to
4c90095
Compare
8744ba2
to
983a99b
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #112 +/- ##
==========================================
- Coverage 99.67% 94.16% -5.52%
==========================================
Files 10 14 +4
Lines 619 737 +118
==========================================
+ Hits 617 694 +77
- Misses 2 43 +41 ☔ View full report in Codecov by Sentry. |
26738d3
to
ea0f298
Compare
for more information, see https://pre-commit.ci
This reverts commit 242a92a.
ea0f298
to
21c68f5
Compare
for more information, see https://pre-commit.ci
Quality Gate passedIssues Measures |
This was my first attempt at implementing a basic napari widget for loading and interactively visualising pose tracking data into napari. At some point I realised that it was all getting too complex for one pull request, so I'm shifting strategy.
We decided to proceed as following:
napari-dev
.Once this process is well underway, and
napari-dev
catches up with what's here, I'll close this PR and delete thenapari-pose-reader
branch.