Commit cf62cf3
committed
Phase 13.22.ADF: enable recursive subframe loading in read_tree
One-line fix: read_tree line 5298 load_subframes=False → True.
export_tree already writes nested subframes recursively (Phase 13.20).
read_tree now loads them recursively too.
E2_2 (nested subframe roundtrip): was FAILING since Phase 13.20, now PASSES.
1523 passed (+2 vs 1521 baseline), 6F+1E pre-existing.
Metadata skip (A3) reverted — read_tree depends on subframe UserInfo
for column_dtypes. Deferred: needs write-minimal-UserInfo approach.
Removed test_M1_metadata_skip.py (tested the reverted feature).1 parent 6b9fa8a commit cf62cf3
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5275 | 5275 | | |
5276 | 5276 | | |
5277 | 5277 | | |
5278 | | - | |
| 5278 | + | |
| 5279 | + | |
5279 | 5280 | | |
5280 | 5281 | | |
5281 | 5282 | | |
5282 | 5283 | | |
5283 | | - | |
| 5284 | + | |
5284 | 5285 | | |
5285 | 5286 | | |
5286 | 5287 | | |
| |||
0 commit comments