-
Notifications
You must be signed in to change notification settings - Fork 616
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
Fix neighbors transformer shortcut #3444
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3444 +/- ##
==========================================
+ Coverage 75.45% 75.50% +0.05%
==========================================
Files 113 114 +1
Lines 13243 13282 +39
==========================================
+ Hits 9992 10029 +37
- Misses 3251 3253 +2
|
Benchmark changes
Comparison: https://github.com/scverse/scanpy/compare/75c246d191aaabb02e6cce9d926de9fb40dbc77e..51a9e22ae1f1d1f124858207777e55134c708962 More details: https://github.com/scverse/scanpy/pull/3444/checks?check_run_id=36056403402 |
Interesting, seems like Since we only use it in the shortcut for small datasets, that’s not that big a deal, but one point against going back to |
this doesn‘t do anything when there is no duplicated data, so since we don’t support duplicated data, we don’t want this |
1.10.4
and1.9.3
#3422I don’t get it, what does numpy mean here?