Commit 6d65a12
miranov25
fix(quantile_fit_nd): exclude q_center from nuisance axes; silence single-groupby warning
- Evaluator was treating 'q_center' as a nuisance axis (detected by *_center),
causing axis misalignment and AxisError in moveaxis. Exclude it explicitly.
- When grouping by a single nuisance bin column, use scalar grouper to avoid
pandas FutureWarning.1 parent 273d6f8 commit 6d65a12
1 file changed
+10
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | | - | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
162 | 166 | | |
163 | 167 | | |
164 | 168 | | |
| |||
294 | 298 | | |
295 | 299 | | |
296 | 300 | | |
297 | | - | |
298 | | - | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
299 | 306 | | |
300 | 307 | | |
301 | 308 | | |
| |||
0 commit comments