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

ponder-lab / Hybridize-Functions-Refactoring / 26304946101
72%

Build:
DEFAULT BRANCH: main
Ran 22 May 2026 06:28PM 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 06:19PM UTC coverage: 72.219%. Remained the same
26304946101

push

github

web-flow
Extend precision audit to fixtures 83-93 (`random.*` family) (#532)

* Extend precision audit to fixtures 83-93 (`random.*` family)

Cover the `tf.random.*` constructors with the precision-audit helper. All eleven fixtures are IDEAL—Layer 1 (Ariadne) and Layer 2 (Hybridize inference) both match the Python runtime ground truth, no TODO anchors needed.

- **`random.gamma(shape=[10], alpha=[2 floats])`** (83-86): output `(10, 2)` from `shape + broadcast(alpha)`, FLOAT32 default dtype.
- **`random.normal(shape=[4], mean, stddev, tf.float32)`** (87-89): output `(4,)`, FLOAT32 from explicit dtype argument.
- **`random.poisson(shape=[10], lam=[2 floats])`** (90-91): output `(10, 2)` matching `random.gamma`'s broadcasting rule.
- **`random.truncated_normal(shape=[2], ...)`** (92-93): output `(2,)`, FLOAT32 default dtype.

Add the one-arg `testHasLikelyTensorParameterHelper(TensorType expected)` overload back (it was removed when no caller existed); this batch is the first to use it for the symmetric-Layer-1==Layer-2 case.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

* Fix Javadoc on `testHasLikelyTensorParameter88` / `89`

Copilot review on #532 caught two pre-existing Javadoc comments that said `random.gamma` but the fixtures actually exercise `random.normal`. The shape assertion (rank-1 with `NumericDim(4)`) and the Python fixtures themselves use `random.normal`; the comment was stale.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

---------

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 26304946101.1 22 May 2026 06:28PM UTC 31
72.22
GitHub Action Run
Source Files on build 26304946101
  • 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 #26304946101
  • 0553acbe on github
  • Prev Build on main (#26302826372)
  • Next Build on 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