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

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

Build:
Build:
LAST BUILD BRANCH: develop
DEFAULT BRANCH: main
Ran 01 Jul 2026 08:08PM 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:03PM UTC coverage: 72.434% (-0.07%) from 72.505%
28544354110

push

github

NilsWinter
Fix edge selection running on CPU when GPU requested; drop dead correlation helpers

_select_edges called fit_transform without passing device, so the
default (CPU) was always used even when device='gpu'/'cuda'. Edge
selection — often the heaviest part under permutations — therefore never
ran on the GPU. Allocate the edges accumulator on self.device and thread
device=self.device into fit_transform.

Also remove the misleading module-level `device` global in
edge_selection.py (never read; contradicts the explicit device-passing
design) and the unused numpy correlation helpers
(compute_correlation_and_pvalues and friends, one_sample_t_test) plus
their imports and the two tests that only exercised them. The production
path (correlations_and_pvalues) stays covered.

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

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

2110 of 2913 relevant lines covered (72.43%)

0.72 hits per line

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