Build: #2 was successful Manual run by CASA adm account

Build result summary

Details

Completed
Queue duration
1 second
Duration
40 minutes
Labels
None
Revisions
CASA6
e88b6f7368624cceb1385c3e784448fc7cffaf8b
OPEN-CASA-PKG
e5285e68467f01199807a1f1a978aec8a4781be7
Total tests
4310
Successful since
#1 ()

Tests

Code commits

CASA6
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
ML228 Python 3.12 Tar distribution 802 MB
MACOS15-DMG 1023 MB