Skip to content
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

faster reading of h5ad file (~18X faster) #3365

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Merge branch 'main' of https://github.com/sanchit-misra/scanpy into f…

bf77dc1
Select commit
Loading
Failed to load commit list.
Draft

faster reading of h5ad file (~18X faster) #3365

Merge branch 'main' of https://github.com/sanchit-misra/scanpy into f…
bf77dc1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Dec 23, 2024 in 1s

29.41% of diff hit (target 76.67%)

View this Pull Request on Codecov

29.41% of diff hit (target 76.67%)

Annotations

Check warning on line 96 in src/scanpy/readwrite.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/scanpy/readwrite.py#L96

Added line #L96 was not covered by tests

Check warning on line 117 in src/scanpy/readwrite.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/scanpy/readwrite.py#L111-L117

Added lines #L111 - L117 were not covered by tests

Check warning on line 124 in src/scanpy/readwrite.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/scanpy/readwrite.py#L119-L124

Added lines #L119 - L124 were not covered by tests

Check warning on line 130 in src/scanpy/readwrite.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/scanpy/readwrite.py#L126-L130

Added lines #L126 - L130 were not covered by tests

Check warning on line 132 in src/scanpy/readwrite.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/scanpy/readwrite.py#L132

Added line #L132 was not covered by tests

Check warning on line 135 in src/scanpy/readwrite.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/scanpy/readwrite.py#L135

Added line #L135 was not covered by tests

Check warning on line 143 in src/scanpy/readwrite.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/scanpy/readwrite.py#L142-L143

Added lines #L142 - L143 were not covered by tests

Check warning on line 147 in src/scanpy/readwrite.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/scanpy/readwrite.py#L147

Added line #L147 was not covered by tests

Check warning on line 151 in src/scanpy/readwrite.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/scanpy/readwrite.py#L151

Added line #L151 was not covered by tests

Check warning on line 171 in src/scanpy/readwrite.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/scanpy/readwrite.py#L166-L171

Added lines #L166 - L171 were not covered by tests

Check warning on line 178 in src/scanpy/readwrite.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/scanpy/readwrite.py#L173-L178

Added lines #L173 - L178 were not covered by tests

Check warning on line 181 in src/scanpy/readwrite.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/scanpy/readwrite.py#L181

Added line #L181 was not covered by tests

Check warning on line 185 in src/scanpy/readwrite.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/scanpy/readwrite.py#L184-L185

Added lines #L184 - L185 were not covered by tests

Check warning on line 191 in src/scanpy/readwrite.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/scanpy/readwrite.py#L187-L191

Added lines #L187 - L191 were not covered by tests

Check warning on line 204 in src/scanpy/readwrite.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/scanpy/readwrite.py#L203-L204

Added lines #L203 - L204 were not covered by tests

Check warning on line 211 in src/scanpy/readwrite.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/scanpy/readwrite.py#L206-L211

Added lines #L206 - L211 were not covered by tests

Check warning on line 217 in src/scanpy/readwrite.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/scanpy/readwrite.py#L213-L217

Added lines #L213 - L217 were not covered by tests

Check warning on line 222 in src/scanpy/readwrite.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/scanpy/readwrite.py#L220-L222

Added lines #L220 - L222 were not covered by tests

Check warning on line 228 in src/scanpy/readwrite.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/scanpy/readwrite.py#L224-L228

Added lines #L224 - L228 were not covered by tests

Check warning on line 232 in src/scanpy/readwrite.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/scanpy/readwrite.py#L230-L232

Added lines #L230 - L232 were not covered by tests

Check warning on line 235 in src/scanpy/readwrite.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/scanpy/readwrite.py#L235

Added line #L235 was not covered by tests

Check warning on line 239 in src/scanpy/readwrite.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/scanpy/readwrite.py#L238-L239

Added lines #L238 - L239 were not covered by tests

Check warning on line 249 in src/scanpy/readwrite.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/scanpy/readwrite.py#L242-L249

Added lines #L242 - L249 were not covered by tests

Check warning on line 251 in src/scanpy/readwrite.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/scanpy/readwrite.py#L251

Added line #L251 was not covered by tests

Check warning on line 271 in src/scanpy/readwrite.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/scanpy/readwrite.py#L270-L271

Added lines #L270 - L271 were not covered by tests