Skip to content

Commit 1f3876b

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

podaac/merger/path_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def collapse_dims(dims: dict) -> dict:
9090
9191
If a dimension exists at the root level (e.g., "/mirror_step") and a child
9292
path also defines the same dimension (e.g., "/product/mirror_step"), the
93-
child dimension is removed because it is redundant and should inherit from the parent.
93+
child dimension is removed as it is redundant; resolution of the dimension will fall back to the root dimension via the existing resolve_dim logic.
9494
9595
Dimensions that appear only in child groups (i.e., have no parent/root version)
9696
are preserved.

0 commit comments

Comments
 (0)