Tools and Tasks tests for Python 3.13

Build: #177 was successful Child of CASASPECS-MASTERBUILDCASALITH-278

Build result summary

Details

Completed
Queue duration
1 second
Duration
198 minutes
Labels
None
Revisions
CASA6
9eede3a21f1d4e6e61185ac7568ebc0a3563656f
OPEN-CASA-PKG
e5285e68467f01199807a1f1a978aec8a4781be7
Total tests
8633
Successful since
#175 ()

Tests

Code commits

CASA6
Author Commit Message Commit date
Srikrishna Sekhar Srikrishna Sekhar 9eede3a21f1d4e6e61185ac7568ebc0a3563656f Pull request #1056: CAS-13898
Merge in CASA/casa6 from CAS-13898 to master

* commit '81f8d50803a4f8d4ceb2d5dfecd8e67f25d11658':
  CAS-13898 : Fix memory allocation per-plane
  CAS-13898 : Re-use getMemoryAvailable from appRC
  CAS-13898 : remove unnecessary temp image allocs
Dirk Petry <dpetry@eso.org> Dirk Petry <dpetry@eso.org> 7942d3c489c3dd85ce20bcfce026db5ee274f373 Pull request #1057: CAS-14808: improved task messaging, added unit test case testSky_sdObs_noise, updated stakeholder tests
Merge in CASA/casa6 from CAS-14808 to master

* commit 'fd028a1e11a9a712747c80c3508fd96597a93a87':
  CAS-14808: improved task messaging, added unit test case testSky_sdObs_noise, updated stakeholder tests
Dirk Petry <dpetry@eso.org> Dirk Petry <dpetry@eso.org> fd028a1e11a9a712747c80c3508fd96597a93a87 m CAS-14808: improved task messaging, added unit test case testSky_sdObs_noise, updated stakeholder tests
Srikrishna Sekhar Srikrishna Sekhar 81f8d50803a4f8d4ceb2d5dfecd8e67f25d11658 m Merge remote-tracking branch 'origin/master' into CAS-13898
Srikrishna Sekhar Srikrishna Sekhar ff635a9a893262d4b6ccfedd1e71fd9b3eb69a79 m CAS-13898 : Fix memory allocation per-plane
The previous fix to pass in the available memory into auto-multithresh
did not work as expected, because the per-plane memory budget never
exceeds the total.

This fix divides the total memory budget by the estimated number of
planes used in the algorithm, and passes that in to the Lattice images.
This correctly seems to restrict the memory usage.

From initial benchmarking, memory limits are now respected as expected.

Jira issues

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