Pull request #898: CAS-13901
Merge in CASA/casa6 from CAS-13901 to master
* commit '11d23f30ace690f7459f16e7fcfb288a8e5998ca': CAS-13901: Remove asp warnings from XML CAS-13901 : Skip asp tests on Mac darwin CAS-13901 : Remove asp niter check in test_deconvolve
Enabled previously skipped tests 5, 53, 68, 71 87, and 90 because they are passing again. Added skip to tests 72 and 91 as both of them crash on macOS and seem to cause interferences on other tests as mentioned in comments in the script. Note that test_onefield_asp still fails with a numerical difference when run on macOS ARM hardware. Increased the timeout to run tests deconvolve and sdintimaging, needed by Bamboo on old RHEL7 cvpost nodes. CAS-13901 : Change gain to 0.1 in asp test CAS-13901 : Fix asp tests in deconvolve tests CAS-13901: Fix bool definition CAS-13901 : Fix asp behavior in deconvolve CAS-13901 : Enable asp plumbing in deconvolve
CAS-13901: Remove asp warnings from XML
Removed warnings about ASP not working in deconvolve.xml, and references
to it being an experimental algorithm in tclean.xml
CAS-13901 : Skip asp tests on Mac darwin
Given the difficulty in nailing down the niter criterion on Mac M1, it
was decided to continue skipping the tests on Mac and add a disclaimer
to the documentation about running asp on Mac.
The long term solution is to find a more stable minimizer than LBFGS
that yields the same numbers on different platforms.