Skip to content

Regression Failure: UAT | C1274448081-LARC_CLOUD | TEMPO_RADT_L1 #5313

Description

@github-actions

Updated: 2026-08-10 16:52:56 UTC

Job Run: https://github.com/podaac/l2ss-py-autotest/actions/runs/31403536562/job/93504334573

Regression Failures:

Concept ID: C1274448081-LARC_CLOUD | Short Name: TEMPO_RADT_L1 | Test Type: spatial

Error Message:

[gw1] linux -- Python 3.12.13 /home/runner/.cache/pypoetry/virtualenvs/l2ss-py-autotest-iYz8Sff2-py3.12/bin/python
verify_collection.py:855: in test_spatial_subset
    harmony_client.wait_for_processing(job_id, show_progress=False)
../../../../.cache/pypoetry/virtualenvs/l2ss-py-autotest-iYz8Sff2-py3.12/lib/python3.12/site-packages/harmony/client.py:742: in wait_for_processing
    raise ProcessingFailedException(job_id, message)
E   harmony.client.ProcessingFailedException: WorkItem failed: podaac/l2ss-py:3.3.3rc2: Error in file '/home/dockeruser/.local/lib/python3.12/site-packages/xarray/core/datatree.py', line 153, in function 'check_alignment': group '/inr_input' is not aligned with its parents:
E   Group:
E       Dimensions:      (xtrack: 1976, mirror_step: 117)
E       Coordinates:
E         * xtrack       (xtrack) int32 8kB 4 5 6 7 8 9 ... 1975 1976 1977 1978 1979
E         * mirror_step  (mirror_step) int32 468B -2147483647 -2147483647 ... 349 350
E       Data variables:
E           *empty*
E   From parents:
E       Dimensions:      (mirror_step: 117, xtrack: 1976)
E       Coordinates:
E         * mirror_step  (mirror_step) int32 468B 234 235 236 237 ... 347 348 349 350
E         * xtrack       (xtrack) int32 8kB 4 5 6 7 8 9 ... 1975 1976 1977 1978 1979

Summary:

Xarray check_alignment error: group '/inr_input' is not aligned with its parent dimensions due to
mismatched coordinate sizes or names; the dataset's dimensions (xtrack, mirror_step) do not match
expected alignment, causing the processing to fail.

Suggested Solution:

Inspect the dataset for dimension mismatches or naming inconsistencies Ensure all coordinate names
match expected names in the group Verify that dimension sizes are consistent across parent and child
groups If using xarray, consider reordering or renaming dimensions to align properly Validate the
data file integrity and re‑save if corrupted Retry the operation after correcting the alignment
issue

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions