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

CodeReclaimers / neat-python / 23215631907
85%

Build:
DEFAULT BRANCH: master
Ran 17 Mar 2026 08:46PM 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

17 Mar 2026 08:45PM UTC coverage: 84.96% (+1.0%) from 83.94%
23215631907

push

github

CodeReclaimers
Clean up GPU backend: remove dead matmul, redundant branches, and duplicate logic

- Remove wasted cp.matmul call in CTRNN loop that computed and discarded result;
  use pre-allocated s_buf via out= parameter instead
- Remove per_genome_inputs if/else branches where both paths were identical
  (CuPy broadcasting handles both input shapes)
- Collapse duplicate input-building if/else in both GPU evaluator classes using
  np.zeros((num_steps, *first_input.shape))
- Eliminate N = len(genomes) that could diverge from input_fn's actual shape

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

0 of 14 new or added lines in 2 files covered. (0.0%)

2028 of 2387 relevant lines covered (84.96%)

0.85 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
6
0.0
0.0% neat/gpu/_cupy_backend.py
8
0.0
0.0% neat/gpu/evaluator.py
Jobs
ID Job ID Ran Files Coverage
1 23215631907.1 17 Mar 2026 08:46PM UTC 30
84.96
GitHub Action Run
Source Files on build 23215631907
  • Tree
  • List 30
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 41d25c5d on github
  • Prev Build on master (#23119156240)
  • Next Build on master (#23342572670)
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