• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

pirl-unc / tcrsift / 25752045982
84%

Build:
DEFAULT BRANCH: main
Ran 12 May 2026 05:49PM UTC
Jobs 4
Files 25
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

12 May 2026 05:48PM UTC coverage: 70.838% (+0.06%) from 70.775%
25752045982

push

github

web-flow
Batch marker densification in _extract_tcell_markers (#35 finding #2) (#36)

* Batch marker densification in _extract_tcell_markers (closes #35 finding #2)

Replaces the per-marker `adata[:, col].X.toarray().flatten()` loop with
a single column slice that densifies all present markers at once. One
anndata view creation and one sparse-to-dense conversion instead of N.

For TCELL_MARKERS (6 markers), peak memory is unchanged — the dense
values land in the same DataFrame either way. The win is in:

  - Avoiding 6 anndata-view objects per call
  - One contiguous (n_cells, n_present) allocation vs 6 fragmented
    (n_cells, 1) allocations
  - One toarray() call instead of N (each has overhead per scipy)

Behavior is preserved: missing markers still emit a warning and a
0-valued column. Existing test_extract_markers_missing_genes covers
this path; 710 tests pass.

Findings #3 and #4 from #30 (sequential outer merges in unify.py and
til_select.py) are deliberately left as-is — the audit notes them as
speculative since clonotype tables are MB-scale, and re-shaping to
pd.concat doesn't materially change peak. Issue #35 captures them for
the next time someone profiles memory in unify/til-select.

* Bump version to 0.8.4

4642 of 6553 relevant lines covered (70.84%)

2.83 hits per line

Coverage Regressions

Lines Coverage ∆ File
16
88.93
0.55% loader.py
Jobs
ID Job ID Ran Files Coverage
1 python-3.10 - 25752045982.1 12 May 2026 05:49PM UTC 25
70.83
GitHub Action Run
2 python-3.9 - 25752045982.2 12 May 2026 05:49PM UTC 25
70.8
GitHub Action Run
3 python-3.11 - 25752045982.3 12 May 2026 05:49PM UTC 25
70.83
GitHub Action Run
4 python-3.12 - 25752045982.4 12 May 2026 05:49PM UTC 25
70.83
GitHub Action Run
Source Files on build 25752045982
  • Tree
  • List 25
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25752045982
  • 215c8f99 on github
  • Prev Build on main (#25711349667)
  • Next Build on main (#25752941312)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc