Commit dac79dd
committed
test(concat): update layer-key assertions for X-as-None layer post #1707
#1707 (feat!: Unify X and layers) moved X into the layers mapping under
the `None` key. Two aligned_axis_key_join layer-key tests asserted
`sorted(res.layers.keys())` against named keys only, which now fails
with TypeError when None is present. Switched to set comparison and
explicitly included the `None` (X) key in both the outer-union and
inner-intersection expectations.1 parent 181318f commit dac79dd
1 file changed
Lines changed: 9 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2018 | 2018 | | |
2019 | 2019 | | |
2020 | 2020 | | |
2021 | | - | |
2022 | | - | |
| 2021 | + | |
| 2022 | + | |
| 2023 | + | |
| 2024 | + | |
2023 | 2025 | | |
2024 | 2026 | | |
2025 | 2027 | | |
2026 | | - | |
| 2028 | + | |
2027 | 2029 | | |
2028 | 2030 | | |
2029 | 2031 | | |
| |||
2075 | 2077 | | |
2076 | 2078 | | |
2077 | 2079 | | |
2078 | | - | |
2079 | | - | |
| 2080 | + | |
| 2081 | + | |
| 2082 | + | |
| 2083 | + | |
2080 | 2084 | | |
2081 | 2085 | | |
2082 | 2086 | | |
| |||
0 commit comments