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

ponder-lab / Hybridize-Functions-Refactoring / #1554
72%
main: 72%

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

22 May 2026 04:58PM UTC coverage: 72.219%. Remained the same
#1554

Pull #530

travis-pro

khatchad
Extend precision audit to fixtures 71-82 (other `RaggedTensor.from_*` constructors)

Cover the remaining `tf.RaggedTensor.from_*` family with the two-layer audit helper:

- **`from_row_lengths`** (71-73): `row_lengths = [4, 0, 3, 1, 0]` (length 5) yields `nrows = 5`.
- **`from_row_limits`** (74-75) and **`from_row_splits`** (76): `row_limits` / `row_splits` of length 5 / 6 respectively, both yielding `nrows = 5`.
- **`from_row_starts`** (77-79): `row_starts` of length 5 yields `nrows = 5`.
- **`from_value_rowids`** (80-82): `value_rowids = [0, 0, 0, 0, 2, 2, 2, 3]` yields `nrows = max(rowids) + 1 = 4`.

All eleven fixtures share the same single-ragged-dim shape pattern: `INT32, (NumericDim(nrows), null)`. Layer 2 collapses the ragged marker to `SymbolicDim("?")`. The TODO anchors at `testHasLikelyTensorParameter59` and at the translation site in `Function#inferInputSignature` continue to capture the wala/ML#544 and #524 flip targets.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Pull Request #530: Extend precision audit to fixtures 67-82 (`RaggedTensor.from_*` family)

1188 of 1645 relevant lines covered (72.22%)

0.72 hits per line

Coverage Regressions

Lines Coverage ∆ File
75
81.63
0.0% edu.cuny.hunter.hybridize.core/src/edu/cuny/hunter/hybridize/core/analysis/Function.java
Jobs
ID Job ID Ran Files Coverage
1 #1554.1 22 May 2026 05:02PM UTC 31
72.22
Source Files on build #1554
  • Tree
  • List 31
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #530
  • 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