Commit 6e64a0b
miranov25
fix(Phase 6.8a): Filter subframe names from ensure_branches() in draw()
BUG-2025-12-11: draw() passed subframe names (e.g., 'SectorCalib') to
ensure_branches(), which correctly raised ValueError because they are
not TTree branches.
Fix: Before calling ensure_branches(), filter out any names that match
registered subframes (eager or lazy).
- Apply fix to both draw() and draw_batch()
- Remove xfail from test_draw_with_subframe
- All 1183 tests pass1 parent d8f24b1 commit 6e64a0b
3 files changed
Lines changed: 22 additions & 16 deletions
File tree
- UTILS/dfextensions/AliasDataFrame
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9864 | 9864 | | |
9865 | 9865 | | |
9866 | 9866 | | |
| 9867 | + | |
| 9868 | + | |
| 9869 | + | |
| 9870 | + | |
| 9871 | + | |
9867 | 9872 | | |
9868 | 9873 | | |
9869 | 9874 | | |
| |||
10016 | 10021 | | |
10017 | 10022 | | |
10018 | 10023 | | |
| 10024 | + | |
| 10025 | + | |
| 10026 | + | |
| 10027 | + | |
| 10028 | + | |
10019 | 10029 | | |
10020 | 10030 | | |
10021 | 10031 | | |
| |||
Lines changed: 1 addition & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
598 | 598 | | |
599 | 599 | | |
600 | 600 | | |
601 | | - | |
602 | | - | |
603 | | - | |
604 | 601 | | |
605 | 602 | | |
606 | 603 | | |
607 | | - | |
608 | | - | |
609 | | - | |
| 604 | + | |
610 | 605 | | |
611 | 606 | | |
612 | 607 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
72 | 73 | | |
73 | 74 | | |
74 | 75 | | |
75 | | - | |
76 | | - | |
| 76 | + | |
| 77 | + | |
77 | 78 | | |
78 | 79 | | |
79 | 80 | | |
| |||
132 | 133 | | |
133 | 134 | | |
134 | 135 | | |
135 | | - | |
| 136 | + | |
136 | 137 | | |
137 | 138 | | |
138 | 139 | | |
| |||
176 | 177 | | |
177 | 178 | | |
178 | 179 | | |
179 | | - | |
| 180 | + | |
180 | 181 | | |
181 | | - | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
182 | 185 | | |
183 | | - | |
184 | | - | |
185 | | - | |
| 186 | + | |
186 | 187 | | |
187 | 188 | | |
188 | 189 | | |
| |||
0 commit comments