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

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

Build:
DEFAULT BRANCH: main
Ran 19 May 2026 07:38PM 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

19 May 2026 07:29PM UTC coverage: 72.036%. Remained the same
#1496

push

travis-pro

web-flow
Extend `testHasLikelyTensorParameter11` with per-parameter + input-signature assertions (#520)

First fixture of the precision-audit pattern (Project 5 / `Ariadne
precision audit via existing test fixtures`). Reads the `.py`'s
semantics — `add(tf.ones([1, 2]), tf.ones([2, 2]))` — and pins what a
static analysis *should* produce for the two parameters:

- `a`: `TensorType(FLOAT32, [1, 2])`
- `b`: `TensorType(FLOAT32, [2, 2])`

Layer 1 asserts these via `Parameter.getTensorTypes()`; Layer 2 asserts
the combined `Function.inferInputSignature()` output. Both pass against
the current Ariadne 0.44.0 + algorithm — no gap to file for this case.

Also static-imports `DType.FLOAT32` as `FLOAT32` and replaces the 14
existing call sites in the same file. Test bodies get less verbose with
the bare constant.

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>

1185 of 1645 relevant lines covered (72.04%)

0.72 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #1496.1 19 May 2026 07:38PM UTC 31
72.04
Source Files on build #1496
  • Tree
  • List 31
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 685a25f7 on github
  • Prev Build on main
  • Next Build on main (#26120551831)
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