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

wegamekinglc / Derivatives-Algorithms-Lib / 28312134838
82%
master: 81%

Build:
Build:
LAST BUILD BRANCH: chore/fix-all-style-findings
DEFAULT BRANCH: master
Ran 28 Jun 2026 05:17AM UTC
Jobs 1
Files 221
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

28 Jun 2026 05:07AM UTC coverage: 81.502% (+0.01%) from 81.491%
28312134838

Pull #180

github

wegamekinglc
Revert P6 interp hint-and-scan

The hint-and-scan path in InterpLinearImplX diverges from LowerBound at
knot boundaries under clang-19/adept, causing numerical drift that
exceeds JointCalibrationTest.TestJointOisCurveAgreesWithStagedOis's
1e-5 tolerance on CI. The bracket-index logic relies on subtle FP tie
comparisons (x[idx] == xv) whose exact-tie behavior is not stable
across compilers and AAD backends.

Restored InterpLinearImplX to the original LowerBound-based lookup
and removed the mutable size_t lastIndex_ members from Interp1Linear_
and Cubic1_. The interpolators are pure const again, no mutable state.

P7 (CG/BCG fused sweeps in bcg.cpp) is byte-identical and has no
mutable state, so it stays. dal-cpp/dal/math/matrix/bcg.cpp is the
only remaining change vs master.

dal_cpp_tests: 771/771 pass, incl. the joint-calibration test.

Co-Authored-By: Claude <noreply@anthropic.com>
Pull Request #180: perf: fuse kernel sweeps (interp hint + CG/BCG + banded TriMultiply)

11 of 11 new or added lines in 1 file covered. (100.0%)

1 existing line in 1 file now uncovered.

6358 of 7801 relevant lines covered (81.5%)

3221934.17 hits per line

Coverage Regressions

Lines Coverage ∆ File
1
95.45
0.37% dal-cpp/dal/math/matrix/bcg.cpp
Jobs
ID Job ID Ran Files Coverage
1 28312134838.1 28 Jun 2026 05:17AM UTC 221
81.5
GitHub Action Run
Source Files on build 28312134838
  • Tree
  • List 221
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #28312134838
  • Pull Request #180
  • PR Base - master (#28311159268)
  • Delete
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