-
Notifications
You must be signed in to change notification settings - Fork 27
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 graph layer #292
add graph layer #292
Conversation
Codecov Report
@@ Coverage Diff @@
## main #292 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 37 37
Lines 2788 2790 +2
=========================================
+ Hits 2788 2790 +2
|
Ah, too bad I only see this now, already had a branch on this (but no PR)... https://github.com/jwindhager/npe2/tree/graph-layer I'll check whether there are any differences and report back! |
Indeed, there seem to be a few changes missing. I'll contribute them to this PR tomorrow EDIT: done, see JoOkuma#1 |
Thanks, @jwindhager , I merged your PR to my branch. |
@nclack I don't really know this repo 😅 so if you could review+merge that would be great. 😊 |
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.
I have a question, but once that's resolved this looks pretty good!
Co-authored-by: Jonas Windhager <jonas@windhager.io>
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.
lgtm! The test failure is related to #301 and shouldn't block merging imo. I'll give this 24 hr and merge if there are no objections!
Hi.
This PR adds "graph" to the list of existing layers.
It's required by PR napari/napari#5861 which adds a new napari graph layer.