Commit 2101955
geometry: annotate place_batch return to silence mypy 2.x
CI runs mypy 2.1.0 (strict); the inferred return type of the
conditionally-assigned _place_batch_kernel is Any, which trips
no-any-return on direct return. Bind to a local annotated as np.ndarray
and return that.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent bc616d9 commit 2101955
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
191 | | - | |
| 191 | + | |
| 192 | + | |
0 commit comments