Skip to content

Commit 8775dd2

Browse files
sliu008Copilot
andauthored
Update tests/test_path_utils.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent d520eb0 commit 8775dd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_path_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def test_collapse_dims(self):
6666
'/group/dim_2': 13,
6767
'/group/subgroup/dim_0': 10,
6868
}
69-
# collapse_dims should return a dict with only the most specific dimension for each name
69+
# collapse_dims should remove child dimensions when a root dimension exists
7070
collapsed = path_utils.collapse_dims(dims)
7171
# Should keep the most specific (deepest) path for each dim name
7272
expected = {

0 commit comments

Comments
 (0)