We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8775dd2 commit 1f3876bCopy full SHA for 1f3876b
podaac/merger/path_utils.py
@@ -90,7 +90,7 @@ def collapse_dims(dims: dict) -> dict:
90
91
If a dimension exists at the root level (e.g., "/mirror_step") and a child
92
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.
+ 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.
94
95
Dimensions that appear only in child groups (i.e., have no parent/root version)
96
are preserved.
0 commit comments