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

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

Build:
Build:
LAST BUILD BRANCH: test/precision-audit-batch-14
DEFAULT BRANCH: main
Ran 22 May 2026 07:50PM 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 07:48PM UTC coverage: 72.219%. Remained the same
#1586

Pull #536

travis-pro

khatchad
Extend precision audit to fixtures 105-108 (`ragged.constant`)

Cover `tf.ragged.constant(pylist)` with the symmetric audit helper. Each fixture passes a flat one-dim list (`[1, 2]` for `a`, `[2, 2]` for `b`); the ragged-constant path in `RaggedConstant.java` emits no ragged-marker `null` entries for these inputs (the `for (Long i = 0L; i < R; i++) shape.add(null);` loop runs zero times when `ragged_rank = 0`), so Layer 1 is a plain `INT32, (NumericDim(2))` and Layer 2 passes it through unchanged.

The numerical assertion is clean; whether `tf.ragged.constant([1, 2])` returns a `RaggedTensor` or a regular `Tensor` at runtime determines whether the same Layer-2 spec-emission concern as #524 / #533 applies here. Treating as IDEAL pending verification.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Pull Request #536: Extend precision audit to fixtures 105-108 (`ragged.constant`)

1188 of 1645 relevant lines covered (72.22%)

0.72 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #1586.1 22 May 2026 07:50PM UTC 31
72.22
Source Files on build #1586
  • Tree
  • List 31
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #536
  • 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