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

DrudgeCAS / gristmill / 32003292152
92%

Build:
DEFAULT BRANCH: master
Ran 17 Aug 2026 06:53AM 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

17 Aug 2026 06:50AM UTC coverage: 91.576% (+0.02%) from 91.556%
32003292152

push

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>

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

1859 of 2030 relevant lines covered (91.58%)

0.92 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
94.45
0.02% gristmill/optimize.py
Jobs
ID Job ID Ran Files Coverage
1 32003292152.1 17 Aug 2026 06:53AM UTC 4
91.58
GitHub Action Run
Source Files on build 32003292152
  • Tree
  • List 4
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 1d24ddcf on github
  • Prev Build on master (#32001331758)
  • Next Build on master (#32004444592)
  • 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