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

ponder-lab / Hybridize-Functions-Refactoring / #2557
83%
main: 83%

Build:
Build:
LAST BUILD BRANCH: dependabot/github_actions/actions/setup-python-7
DEFAULT BRANCH: main
Ran 17 Jul 2026 10:51PM UTC
Jobs 1
Files 33
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

17 Jul 2026 10:45PM UTC coverage: 82.58% (+0.09%) from 82.493%
#2557

Pull #797

github

khatchad
Emit a per-parameter tensor-type diagnostic CSV (#780)

Adds `parameters.csv` to the evaluator: the raw inferred tensor lattice
per parameter at per-dimension granularity, so a wildcard dimension's
cause (a static constant, an unresolved-but-fixed size, or a genuinely
symbolic axis) is visible without a FINE-level provenance run.

Where an input-signature entry collapses every non-constant dimension to
a single wildcard, this preserves the raw `Dimension` class: `Constant,<n>`,
`Symbolic,<name>`, `Unresolved`, `Dynamic`, `Ragged`, a shape-`TOP` row for
unknown rank, and a `scalar` row for rank zero, with the dtype and whether
it is top. The classification reads the raw `Dimension` subtypes directly
rather than through `inferSpec`, which lossily normalizes them. It is a
testable static helper on `Parameter` with synthesized-input unit coverage,
mirroring `InferSpecTest`; the evaluator addition is a thin printer that
leaves the analysis untouched.

Origin and allocator-source columns are omitted: for a parameter both are
invariant (`PARAMETER` and a parameter-local `LocalPointerKey`), so they
would carry no diagnostic signal.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01K8tXuyy3YWhM7BzvmCxKAn
Pull Request #797: Emit a per-parameter tensor-type diagnostic CSV (#780)

32 of 36 new or added lines in 1 file covered. (88.89%)

25 existing lines in 1 file now uncovered.

2356 of 2853 relevant lines covered (82.58%)

0.83 hits per line

Uncovered Changes

Lines Coverage ∆ File
4
88.09
0.14% edu.cuny.hunter.hybridize.core/src/edu/cuny/hunter/hybridize/core/analysis/Parameter.java

Coverage Regressions

Lines Coverage ∆ File
25
88.09
0.14% edu.cuny.hunter.hybridize.core/src/edu/cuny/hunter/hybridize/core/analysis/Parameter.java
Jobs
ID Job ID Ran Files Coverage
1 #2557.1 17 Jul 2026 10:51PM UTC 33
82.58
Source Files on build #2557
  • Tree
  • List 33
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #797
  • PR Base - main (#)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc