Skip to content

Fix multiindex order in ordering traits

Summary

The multi-index order from the ordering library is known to be Inner2Outer, however, I wrote Outer2Inner by mistake. Tests only cover simple trees with no blocking and multi-index order did not matter, thus, this mistake passed unnoticed. With the introduction of coverage reports !567 (merged), I hope to include tests that cover the ordering in a more comprehensive way.

Merge request reports