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

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

Build:
Build:
LAST BUILD BRANCH: test/precision-audit-batch-14
DEFAULT BRANCH: main
Ran 23 May 2026 02:41AM 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

23 May 2026 02:37AM UTC coverage: 72.219%. Remained the same
26321276942

Pull #539

github

khatchad
Extend precision audit to fixtures 118-122 (`RaggedTensor.from_nested_row_lengths`)

Apply the two-layer audit helper to fixtures 118-122, all exercising `tf.RaggedTensor.from_nested_row_lengths(values=x, nested_row_lengths=[outer, inner])` with `x = tf.keras.Input(shape=[None], dtype=tf.string)` and two int64 length tensors. Outer count `4` comes from `len(nested_row_lengths[0]) = 4`; two ragged dims plus the dynamic-batch dim from `keras.Input` give a rank-4 STRING tensor.

Same shape pattern as fixtures 67-70 (`from_nested_value_rowids`): `STRING, (NumericDim(4), null, null, null)` at Layer 1, with the algorithm collapsing the three `null` positions to `SymbolicDim("?")` at Layer 2. The collapse is correct for the dynamic-dim position (position 3) but lossy for the two ragged-marker positions (1, 2); canonical TODO anchoring stays at `testHasLikelyTensorParameter59` and the translation site in `Function#inferInputSignature`.

The narrower Ariadne precision gap (computing per-row lengths from static `nested_row_lengths` values like `[2, 1, 0, 2]`) is covered by wala/ML#546.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Pull Request #539: Extend precision audit to fixtures 118-122 (`RaggedTensor.from_nested_row_lengths`)

1188 of 1645 relevant lines covered (72.22%)

0.72 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26321276942.1 23 May 2026 02:41AM UTC 31
72.22
GitHub Action Run
Source Files on build 26321276942
  • 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 #26321276942
  • Pull Request #539
  • PR Base - main (#)
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