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

ponder-lab / Hybridize-Functions-Refactoring / 26465645478
72%
main: 72%

Build:
Build:
LAST BUILD BRANCH: gh-readonly-queue/main/pr-572-800881c6aa7d0fbcba966fee67fbd88ca1ff360e
DEFAULT BRANCH: main
Ran 26 May 2026 05:59PM UTC
Jobs 1
Files 31
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

26 May 2026 05:55PM UTC coverage: 72.219%. Remained the same
26465645478

push

github

web-flow
Extend precision audit to fixture 157 (dataset iteration, multi-context) (#555)

Fixture 157 was previously a structural-only test. Extend it to the
full audit: per-parameter `getTensorTypes()` and inferred signature.

Runtime: `tf.data.Dataset.from_tensor_slices([1, 2, 3]).shuffle(3).batch(2)`
batches a length-3 source by 2, producing one full batch of shape (2,)
and a residual batch of shape (1,). Both are INT32. Iterating with
`for element in dataset` yields each batch in turn; the function under
test is `add(a, b)` called as `add(element, element)` so both parameters
bind to the same batched tensor each iteration.

Audit verdict: IDEAL.

- Ariadne tracks both batch shapes as a multi-context per-parameter Set
  `{TensorType(INT32, [1]), TensorType(INT32, [2])}`.
- The inference algorithm narrows the disagreeing dim-0 to a wildcard
  via per-dim consensus, yielding `TensorType(INT32, [SymbolicDim("?")])`
  in the signature.

Drop the structural-only `(boolean, boolean)` helper overload—it had
zero remaining callers after this migration and after #553's migration
of fixture 146 to `ExpectingDrop`. The strict-compile flag
`-err:+unused` requires removal.

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>

1188 of 1645 relevant lines covered (72.22%)

0.72 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26465645478.1 26 May 2026 05:59PM UTC 31
72.22
GitHub Action Run
Source Files on build 26465645478
  • Tree
  • List 31
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26465645478
  • e9efb011 on github
  • Prev Build on gh-readonly-queue/main/pr-554-74c240a479f844142c76540ed643f0000a931104
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