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

DrudgeCAS / gristmill / 31934544861
91%
master: 92%

Build:
Build:
LAST BUILD BRANCH: ci/release-0.9.0
DEFAULT BRANCH: master
Ran 16 Aug 2026 07:44AM UTC
Jobs 1
Files 4
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

16 Aug 2026 07:41AM UTC coverage: 91.267% (+0.02%) from 91.244%
31934544861

Pull #50

github

chenpeizhi
fix: Verify a result whatever its external symbols are called

`verify_eval_seq` subtracted the produced definition from the reference as
the two stood.  The optimization canonicalizes the external indices of a
result onto the leading dummies of the range, so they need not be the symbols
the caller wrote, and the subtraction read that renaming as a difference.  A
correct answer was rejected for every choice of external symbols but the
canonical one, with a message naming the result and giving no hint that the
indices were the reason.

Line the two up first, by instantiating the produced definition at the
reference's indices.  That goes through the definition's own indexing rather
than a bare substitution, so the summations inside cannot be captured.  This
is not hypothetical: for a target written over `c, d` the optimization
produces `res[a, b] = u[a, b] + sum_{c} X[a, c]*tau^0[c, b]`, and
instantiating it at `c, d` correctly renames that summation to `a`.

Closes #49

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Pull Request #50: fix: Verify a result whatever its external symbols are called

5 of 6 new or added lines in 1 file covered. (83.33%)

1787 of 1958 relevant lines covered (91.27%)

0.91 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
94.11
0.02% gristmill/optimize.py
Jobs
ID Job ID Ran Files Coverage
1 31934544861.1 16 Aug 2026 07:44AM UTC 4
91.27
GitHub Action Run
Source Files on build 31934544861
  • Tree
  • List 4
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #50
  • PR Base - master (#31930209411)
  • Delete
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