-
Notifications
You must be signed in to change notification settings - Fork 532
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
Expose simplicial set functions #4711
Expose simplicial set functions #4711
Conversation
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.
This is looking really good so far, but I think the original c++ functions might require a few small changes before it can be used directly in Scanpy.
@viclafargue could you use "closes" or "fixes" so that linked issues are automatically closed upon merging? |
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.
There's a lot of changes here since I last reviewed and i wanted to provide quick initial feedback so I don't keep you waiting. I'm going to look through it a little more closely over the next few days but I doubt I'll find much if at all.
rerun tests |
2 similar comments
rerun tests |
rerun tests |
@gpucibot merge |
rerun tests |
1 similar comment
rerun tests |
@viclafargue I’ve seen other PRs passing the centos tests without timing out, which is making me think something is unique to this PR which is causing problems. It might help to verify there are no obvious things like memory leaks which could be causing a problem. |
rerun tests |
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.
Approving ops-codeowner
file changes
rerun tests |
94a13a4
to
ec84c01
Compare
ec84c01
to
af794cf
Compare
Codecov Report
@@ Coverage Diff @@
## branch-22.06 #4711 +/- ##
================================================
+ Coverage 79.89% 79.92% +0.02%
================================================
Files 180 180
Lines 11371 11381 +10
================================================
+ Hits 9085 9096 +11
+ Misses 2286 2285 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@viclafargue I'm honestly at a loss on this one... at this point, you've essentially turned off any code paths that would use the changes in this PR, right? It looks like it's still failing. Hmm...I'm at a loss... |
Actually, I went back in the commits and only disabled UMAP testing. But, it looks like both simplicial set testing and UMAP testing are causing the issue. I'm looking into it. |
af794cf
to
e71a558
Compare
This PR closes issues rapidsai#3123, rapidsai#4704 and rapidsai#4292 Authors: - Victor Lafargue (https://github.com/viclafargue) Approvers: - Corey J. Nolet (https://github.com/cjnolet) - AJ Schmidt (https://github.com/ajschmidt8) URL: rapidsai#4711
This PR closes issues #3123, #4704 and #4292