Commit 285e3c6
Han Wang
fix(test): drop a duplicated assignment and a stale ownership docstring
- The harness extraction emitted `data_file_empty_rank` twice in a row: the
preserved comment block already carried the assignment and the rewrite
template added it again. A runtime no-op, but a patch artifact in the
commit whose point was a clean single-owner harness.
- TestNativeSpinWithBridging still described `get_standard_model` as the
owner of the bridging composition, which is the opposite of the contract
this branch establishes: that builder now rejects `bridging_method`, and
`get_native_spin_model` routes DPA4/SeZM to `get_sezm_model` and
re-classes the composition it returns.1 parent 0408b38 commit 285e3c6
2 files changed
Lines changed: 6 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
96 | 95 | | |
97 | 96 | | |
98 | 97 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
278 | | - | |
279 | | - | |
280 | | - | |
281 | | - | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
282 | 284 | | |
283 | 285 | | |
284 | 286 | | |
| |||
0 commit comments