Commit cd59da9
fix: add _mappings_sizes_weights_split to InterpolatorRectangular
The property exists on InterpolatorKNN and InterpolatorDelaunay, but
was missing from InterpolatorRectangular, so any rectangular mesh +
split regularization (ConstantSplit, AdaptSplit, AdaptSplitZeroth)
combination raised AttributeError.
Rectangular pixelizations use bilinear interpolation which already
factors in the 4-corner neighbourhood, so split regularization reuses
the same mapping arrays.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 43213ea commit cd59da9
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
305 | 305 | | |
306 | 306 | | |
307 | 307 | | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
0 commit comments