Commit 506c745
committed
fix: handle bc%dir% key format in remove_higher_dimensional_keys
PR #1432 renamed bc_x%beg -> bc%x%beg. The remove_higher_dimensional_keys
helper only matched the old _y/_z separator style (.+_y, y_.+), so
bc%y%beg and bc%z%beg were not removed for lower-dimensional cases.
Add %{dim}% substring check to cover the new compound key format.1 parent 81fcf1d commit 506c745
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments