Merge pull request #355 in CASA/casa6 from CAS-13211 to master
* commit '58d04f0004ba3bd204026333fc40d57e4216d014': (24 commits) CAS-13211 : Change to th.check_final on test_req_task_sdintimaging
Adding mpi mode for test sdintimaging in the json file.
Revert "CAS-13211 : Set the psfcutoff parameter explicitly in the test_tclean call for the briggsbwtaper. This is to try to debug the PR failure that happens only in the PR tarball, but not in a local tarball with latest trunk merged in." Also revert last commit by JW. Also undid the "checkfinal" fix. The idea is to test if now, all unrelated test failures disappear.
Fix perchanweightdensity when nchan < number of mpi processes. CAS-13211 : Set the psfcutoff parameter explicitly in the test_tclean call for the briggsbwtaper. This is to try to debug the PR failure that happens only in the PR tarball, but not in a local tarball with latest trunk merged in.
added a check to catch psfcutoff values not between 0 and 1
Edited test values after the psf-fitting numerical code came in from trunk CAS-13211 : Undo-ing the mosaic gridder changes copied from CAS-12581. With this, the n891 validation dataset will no longer run with tclean or sdintimaging, but this separates the issues in these two tickets.
Skipping a test that went to master in CAS-12957, which tries to test for channel 1 in a mtmfs image that cannot have a channel 1. This will be dealt with in CAS-12581. CAS-13211 : fixed an import error, and a mod to 'checkfinal' to catch some failures that it earlier wasn't CAS-13211 : Added test case to test_tclean.py for cube deconvolvers. This shows the problem that was fixed in the multiscale clean minor cycle. CAS-13211 : Fix multiscale cube psf error. Modified tests in sdintimaging. CAS-13211 : Removed a debugging change in the test script. CAS-13211 : Added a missing import of tclean in the test script...
Added missing import in casa 6 for tclean CAS-13211 : Fixed another import bug in the code for casa6 CAS-13211 : Fixed incorrect import for casa6 CAS-13211 : copied test to casa6 location and removed the 'disable_' version. CAS-13211 : typo in truth value. added missing zero. CAS-13211 : Enabled parallelization from the cube refactor, properly this time.
...