Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
(feat): pre-processing functions for
dask
with sparse chunks #2856(feat): pre-processing functions for
dask
with sparse chunks #2856Changes from 86 commits
d3163cc
2a7a54c
8dd9a7a
d55b6a4
41a5f15
e36699e
da6eff0
63ca2f0
fd22a19
8b9a792
1592571
6ac32e5
78a3ab6
60bbdb8
0c1f254
2f4d11a
12502e8
b3bb95a
2b6f717
448dc40
7226bf0
2bc7c3a
62c75fc
b987a68
902238a
0abbab5
a8606ae
feac6bc
bcdeddb
4716d8f
3912b63
c884c63
af351d4
da22953
dbbc6a2
6a4f0c5
c0182cb
a065a78
c3ee138
c246a41
743c327
db88560
2a5faa6
d6ceb4c
48a1a1e
07fc5ba
3cc4be2
4cc9eef
d8afe5c
271d5d8
c61324b
c688aff
02be7a7
6acc08c
0944429
3538572
5ef1487
0f43362
c100a8f
22b4e90
4fef58e
ce574e3
e5a82fc
a4e53a6
f0b2d97
f9ea93d
66f04b6
daca210
036391e
cac4160
9ec6935
0ae76ee
2367f46
b2c3a96
340894b
fa66f58
2601fe8
750af59
25fe1f9
57c8389
69ebf98
67f47f4
e328eb5
0aafabd
be988c9
3166909
6552324
936eb87
37eb1a0
0cecb94
21faa0d
5998ae8
f49b929
937c6db
ba445f8
b3581ea
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check warning on line 593 in scanpy/_utils/__init__.py
Codecov / codecov/patch
scanpy/_utils/__init__.py#L593
Check warning on line 596 in scanpy/_utils/__init__.py
Codecov / codecov/patch
scanpy/_utils/__init__.py#L596
Check warning on line 645 in scanpy/_utils/__init__.py
Codecov / codecov/patch
scanpy/_utils/__init__.py#L645
Check warning on line 661 in scanpy/_utils/__init__.py
Codecov / codecov/patch
scanpy/_utils/__init__.py#L655-L661
Check warning on line 677 in scanpy/_utils/__init__.py
Codecov / codecov/patch
scanpy/_utils/__init__.py#L674-L677
Check warning on line 681 in scanpy/_utils/__init__.py
Codecov / codecov/patch
scanpy/_utils/__init__.py#L681
Check warning on line 685 in scanpy/_utils/__init__.py
Codecov / codecov/patch
scanpy/_utils/__init__.py#L683-L685
Check warning on line 688 in scanpy/_utils/__init__.py
Codecov / codecov/patch
scanpy/_utils/__init__.py#L687-L688
Check warning on line 702 in scanpy/_utils/__init__.py
Codecov / codecov/patch
scanpy/_utils/__init__.py#L701-L702
Check warning on line 706 in scanpy/_utils/__init__.py
Codecov / codecov/patch
scanpy/_utils/__init__.py#L706
Check warning on line 710 in scanpy/_utils/__init__.py
Codecov / codecov/patch
scanpy/_utils/__init__.py#L710
Check warning on line 729 in scanpy/_utils/__init__.py
Codecov / codecov/patch
scanpy/_utils/__init__.py#L729
Check warning on line 749 in scanpy/_utils/__init__.py
Codecov / codecov/patch
scanpy/_utils/__init__.py#L749
Check warning on line 752 in scanpy/_utils/__init__.py
Codecov / codecov/patch
scanpy/_utils/__init__.py#L751-L752
Check warning on line 755 in scanpy/_utils/__init__.py
Codecov / codecov/patch
scanpy/_utils/__init__.py#L754-L755
Check warning on line 758 in scanpy/_utils/__init__.py
Codecov / codecov/patch
scanpy/_utils/__init__.py#L757-L758
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 one I am not so sure about. It doesn't seem to have an impact and also I'm not sure it's used looking at the dask code: https://docs.dask.org/en/stable/search.html?q=computing_meta
Check warning on line 760 in scanpy/_utils/__init__.py
Codecov / codecov/patch
scanpy/_utils/__init__.py#L760
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 definitely something we don't want to run with the sparse matrices and probably (due to interop) the dense either
Check warning on line 767 in scanpy/_utils/__init__.py
Codecov / codecov/patch
scanpy/_utils/__init__.py#L763-L767
Check warning on line 770 in scanpy/_utils/__init__.py
Codecov / codecov/patch
scanpy/_utils/__init__.py#L770
Check warning on line 772 in scanpy/_utils/__init__.py
Codecov / codecov/patch
scanpy/_utils/__init__.py#L772
Check warning on line 775 in scanpy/_utils/__init__.py
Codecov / codecov/patch
scanpy/_utils/__init__.py#L774-L775
Check warning on line 777 in scanpy/_utils/__init__.py
Codecov / codecov/patch
scanpy/_utils/__init__.py#L777
Check warning on line 42 in scanpy/preprocessing/_distributed.py
Codecov / codecov/patch
scanpy/preprocessing/_distributed.py#L42
Check warning on line 20 in scanpy/preprocessing/_normalization.py
Codecov / codecov/patch
scanpy/preprocessing/_normalization.py#L18-L20
Check warning on line 36 in scanpy/preprocessing/_normalization.py
Codecov / codecov/patch
scanpy/preprocessing/_normalization.py#L35-L36
Check warning on line 38 in scanpy/preprocessing/_normalization.py
Codecov / codecov/patch
scanpy/preprocessing/_normalization.py#L38