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

ponder-lab / Hybridize-Functions-Refactoring / #2501
83%

Build:
DEFAULT BRANCH: main
Ran 14 Jul 2026 12:47AM UTC
Jobs 1
Files 33
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

14 Jul 2026 12:37AM UTC coverage: 81.766% (-0.007%) from 81.773%
#2501

push

github

web-flow
Use tensor-origin provenance for tensor-computation detection (#777)

The tensor-computation detector counts any tensor-typed def, and Ariadne
types a numpy array identically to a TensorFlow tensor, so pure-numpy
functions were misreported as computing and hybridized (#774). #775
excluded defs whose callee is a numpy free function, but that signal is
absent for a numpy operator (`m + m`), an interprocedural call returning a
numpy result, and an ndarray method (`m.reshape`), which stayed
misreported.

Replace the callee-type probe with Ariadne's origin record (wala/ML#724):
`computeTensorTypedOrigins` maps each tensor-typed pointer key to its
producing-library origins, and `definesTensor` counts a def unless its
origin set is exactly `{NUMPY}`. A TensorFlow origin, a parameter origin
(wala/ML#726: a tensor parameter is a symbolic tensor under tracing
regardless of its eager feeds, so `f(x): return x + 1` fed a numpy array
still counts), a mixed set, or no evidence all count; a numpy-only def
does not.

Requires Ariadne 0.52.29.


Claude-Session: https://claude.ai/code/session_01He1ULx8nRoHzGicMryry1A

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

8 of 8 new or added lines in 2 files covered. (100.0%)

2139 of 2616 relevant lines covered (81.77%)

0.82 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #2501.1 14 Jul 2026 12:47AM UTC 33
81.77
Source Files on build #2501
  • Tree
  • List 33
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 47d66a3a on github
  • Prev Build on main
  • Next Build on main
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc