Build: #3 was successful Changes by Rui Xue <rx.astro@gmail.com>

Stages & jobs

  1. Default Stage

  2. Test

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
68 minutes
Labels
None
Revision
e88b6f7368624cceb1385c3e784448fc7cffaf8b
Total tests
696
Successful since
#2 ()

Tests

Code commits

Author Commit Message Commit date
Rui Xue <rx.astro@gmail.com> Rui Xue <rx.astro@gmail.com> e88b6f7368624cceb1385c3e784448fc7cffaf8b CAS-14756: Fix TiledShape constructor using wrong overload in buildImage()
TiledShape(IPosition(4, x, y, shape[2], chunksize)) called the
single-argument constructor, making the tile dimensions the image
shape.  The resulting tiny on-disk image caused all MPI workers to
fail in SpectralImageUtil::getChannel() with "Channel requested does
not exist".

We now pass the full image shape as the first argument:
    TiledShape(shape, IPosition(4, x, y, shape[2], chunksize))

Also use ceiling division for chunksize to handle nchan % nchunks != 0.

Jira issues

IssueDescriptionStatus
Unknown Issue TypeCAS-14756Could not obtain issue details from Jira

Shared artifacts

Artifact File size
ManyLinux228 Casatestutils 144 KB
ManyLinux228 Python 3.12 Tool wheel 75 MB