-
Notifications
You must be signed in to change notification settings - Fork 25
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
[python] Fix registration path with non-standard obs/var index names #2281
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #2281 +/- ##
===========================================
+ Coverage 78.86% 90.94% +12.08%
===========================================
Files 139 36 -103
Lines 10720 3845 -6875
Branches 215 0 -215
===========================================
- Hits 8454 3497 -4957
+ Misses 2168 348 -1820
+ Partials 98 0 -98
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Back in draft; missed a test case |
I am going to split up this PR to first to a bit of refactoring on the unit-test code. Then, on top of that, the code mod within the package itself. |
d0a2e30
to
619caf5
Compare
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.
couple /tmp
s to remove, otherwise lgtm
shutil.copy(h5ad1, "/tmp/1.h5ad") | ||
shutil.copy(h5ad2, "/tmp/2.h5ad") | ||
shutil.copy(h5ad3, "/tmp/3.h5ad") | ||
shutil.copy(h5ad4, "/tmp/4.h5ad") |
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.
Delete? Per #2285 (comment)
Thanks @ryan-williams ! |
…2281) * [python] Neaten registration-mapping test code * [python] Fix registration path with non-standard obs/var index names * lint * code-review feedback
…2281) (#2288) * [python] Neaten registration-mapping test code * [python] Fix registration path with non-standard obs/var index names * lint * code-review feedback Co-authored-by: John Kerl <[email protected]>
[sc-42824] |
This pull request has been linked to Shortcut Story #42824: [python] A registration path fails with non-standard obs/var index names. |
Issue and/or context: #2242
Changes: Push the kwargs all the way through the call chain
Notes for Reviewer: