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

ponder-lab / Hybridize-Functions-Refactoring / #1594
72%

Build:
DEFAULT BRANCH: main
Ran 22 May 2026 08:09PM 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 08:01PM UTC coverage: 72.219%. Remained the same
#1594

push

travis-pro

web-flow
Extend precision audit to fixtures 105-108 (`ragged.constant`) (#536)

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>

1188 of 1645 relevant lines covered (72.22%)

0.72 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #1594.1 22 May 2026 08:09PM UTC 31
72.22
Source Files on build #1594
  • Tree
  • List 31
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 0851a4bb on github
  • Prev Build on gh-readonly-queue/main/pr-535-c539ab76d6e87897d6cd6dd29c1e51144a5df7ab
  • Next Build on main (#26309450585)
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