Commit a60ca02
Cover degree-1 (linear) BSplineInterpolation in thread-safety tests
A degree-1 B-spline goes through the same _interpolate method as higher
degrees (dispatch is on type, not degree), so it was equally subject to the
shared-buffer race; add it explicitly to document the coverage.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent f16c950 commit a60ca02
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
| |||
0 commit comments