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

ponder-lab / Hybridize-Functions-Refactoring / #2049
80%
main: 80%

Build:
Build:
LAST BUILD BRANCH: gh-readonly-queue/main/pr-739-6721f597b1febe25181379bb3e6a99b1f85dd4e0
DEFAULT BRANCH: main
Ran 22 Jun 2026 07:40PM UTC
Jobs 1
Files 32
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 Jun 2026 07:37PM UTC coverage: 80.05% (+0.04%) from 80.01%
#2049

Pull #644

github

khatchad
Emit SparseTensorSpec for sparse tensor parameters (#533)

With Ariadne 0.51.0 typing SparseTensor parameters as sparse, route them to
`tf.SparseTensorSpec` in the inferred input signature, mirroring the ragged
path (#524):

- `InputSignature.specTypeName` returns `SparseTensorSpec` when the
  parameter's `TensorType.isSparse()`, ahead of the ragged and dense
  branches; `toTensorSpecList` and `requiredSpecTypeNames` follow from it.
- `Function.inferSpec` carries a sparseness consensus (every context sparse)
  onto the reduced `TensorType` via `asSparse()`, so the inferred signature
  preserves sparseness rather than collapsing it to a dense `TensorSpec`. A
  mixed sparse/dense parameter falls through to dense (pre-#533 behavior).

The nine `testHasLikelyTensorParameter*` sparse audits flip from the
`(sparse, dense)` divergence pinned in #636 to a single sparse expectation
now that both layers agree. Adds `InputSignatureTest` coverage for the
`SparseTensorSpec` emission and the sparse `requiredSpecTypeNames`.

Closes #533.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Pull Request #644: Emit `SparseTensorSpec` for sparse tensor parameters

7 of 7 new or added lines in 2 files covered. (100.0%)

1597 of 1995 relevant lines covered (80.05%)

0.8 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #2049.1 22 Jun 2026 07:40PM UTC 32
80.05
Source Files on build #2049
  • Tree
  • List 32
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #644
  • 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