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

wwu-mmll / confound_corrected_cpm / 28545012926
85%
main: 85%

Build:
Build:
LAST BUILD BRANCH: develop
DEFAULT BRANCH: main
Ran 01 Jul 2026 08:21PM UTC
Jobs 1
Files 30
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

01 Jul 2026 08:11PM UTC coverage: 72.462% (+0.03%) from 72.434%
28545012926

push

github

NilsWinter
Batch edge-statistic computation over runs in _select_edges

The direct edge-selection path recomputed the correlation r/p from scratch
once per run (per permutation), even though the statistic depends only on
the data and the fixed correlation type — not on the per-run selector
params. For a 5-fold run with 200 permutations that is 1005 calls into
correlations_and_pvalues; on GPU each call pays kernel-launch and
host->device transfer overhead, which is why GPU showed no speedup over
CPU. Compute r/p once per fold in a single batched pass over all target
columns, then apply the (unchanged, possibly per-run) thresholding to each
column. Call count for that scenario drops 1005 -> 10.

This mirrors what the inner-CV path (inner_fold.py) already did, so the two
paths are now consistent. Results are identical up to float32 rounding: an
end-to-end run (edges, permutation edges, predictions, cv results,
permutation p-values) is bit-for-bit unchanged on the golden dataset; the
batched vs per-column r/p agree to float32 precision (guarded by the new
test_batched_edge_statistics_match_per_column).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

4 of 4 new or added lines in 1 file covered. (100.0%)

2113 of 2916 relevant lines covered (72.46%)

0.72 hits per line

Jobs
ID Job ID Ran Files Coverage
1 28545012926.1 01 Jul 2026 08:21PM UTC 30
72.46
GitHub Action Run
Source Files on build 28545012926
  • Tree
  • List 30
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #28545012926
  • 39cc8c3b on github
  • Prev Build on develop (#28544354110)
  • Next Build on develop (#28545310784)
  • Delete
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