We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d520eb0 commit 8775dd2Copy full SHA for 8775dd2
tests/test_path_utils.py
@@ -66,7 +66,7 @@ def test_collapse_dims(self):
66
'/group/dim_2': 13,
67
'/group/subgroup/dim_0': 10,
68
}
69
- # collapse_dims should return a dict with only the most specific dimension for each name
+ # collapse_dims should remove child dimensions when a root dimension exists
70
collapsed = path_utils.collapse_dims(dims)
71
# Should keep the most specific (deepest) path for each dim name
72
expected = {
0 commit comments