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

wegamekinglc / Derivatives-Algorithms-Lib / 33946185017
90%

Build:
DEFAULT BRANCH: master
Ran 05 Sep 2026 05:11AM UTC
Jobs 1
Files 267
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

05 Sep 2026 05:03AM UTC coverage: 89.795%. Remained the same
33946185017

push

github

web-flow
Skip Krylov iteration from an already-converged initial guess (#340)

curve_calibration_perf's APPROXIMATE case crashed with "CGSolve: numerical
breakdown: direct residual confirmation". Trace evidence: the failing penalty
solve started with ||b||=0.177, already far inside the caller's absolute
tolerance (sqrt(24)~=4.9), but CG — unlike BCG, which gained the initial
convergence short-circuit in #261 — iterated anyway. On the numerically
singular W+JtJ system (residuals scaled by 1/1e-10 swamp the smoothing
weights) the first alpha explodes along the near-null direction (residual
0.177 -> 139), the recursive and direct residuals decouple, and the DAL-64
confirmation guard fired on the marginal mismatch.

Return early for both solvers when the initial guess already satisfies the
requested tolerance: the guess is by definition an acceptable answer, and
refining it on a degenerate system is what produced the explosion. This also
makes a zero QP step reachable, exposing a latent secant-update bug: a zero
step made InnerProduct(dx,dx)=0 poison the Jacobian with NaN (0/0), surfacing
later as "CGSolve: non-finite input: b". Skip secant updates for zero steps in
both Jacobian implementations — a zero step carries no secant information.

Extend the initial-convergence count test, previously BCG-only, to CG.

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

12416 of 13827 relevant lines covered (89.8%)

2154877.01 hits per line

Jobs
ID Job ID Ran Files Coverage
1 33946185017.1 05 Sep 2026 05:11AM UTC 267
89.8
GitHub Action Run
Source Files on build 33946185017
  • Tree
  • List 267
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #33946185017
  • 19b75185 on github
  • Prev Build on master (#33944511319)
  • Next Build on master (#33948550557)
  • 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