Commit ff5684e
🩹 fix(transforms): use is_flat_chart in linear pushforward; clarify frozen-τ
- Detect a Cartesian/flat chart with `is_flat_chart(chart)` (isinstance-based)
instead of exact `chart == cart` equality, so a flat chart that isn't the
exact canonical instance still takes the at-free fast path.
- Reword the docstring: this overload is the frozen-Ï„ rule; the act-level
router (`prolong`, branching on `is_time_dependent`) sends time-dependent
order≥1 acts to the generic prolongation (the `dot(M)` term), so they don't
reach this frozen-Ï„ path.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent e9d91ee commit ff5684e
1 file changed
Lines changed: 10 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
261 | | - | |
262 | | - | |
263 | | - | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
264 | 268 | | |
265 | 269 | | |
266 | 270 | | |
| |||
289 | 293 | | |
290 | 294 | | |
291 | 295 | | |
292 | | - | |
| 296 | + | |
293 | 297 | | |
294 | 298 | | |
295 | 299 | | |
| |||
305 | 309 | | |
306 | 310 | | |
307 | 311 | | |
308 | | - | |
| 312 | + | |
309 | 313 | | |
310 | 314 | | |
311 | 315 | | |
| |||
0 commit comments