Commit 46aa3c7
perf: skip radial bins computation when PYAUTO_WORKSPACE_SMALL_DATASETS=1
Early-return a uniform size-2 array from
over_sample_size_via_radial_bins_from(), avoiding the numba JIT
compilation and radial distance computation on small test grids.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent b93cdf0 commit 46aa3c7
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
235 | 238 | | |
236 | 239 | | |
237 | 240 | | |
| |||
264 | 267 | | |
265 | 268 | | |
266 | 269 | | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
267 | 275 | | |
268 | 276 | | |
269 | 277 | | |
| |||
0 commit comments