Pull request #910: CAS-13581
Merge in CASA/casa6 from CAS-13581 to master
* commit '3dc69ddd7e1aa570214a18ac48f42dc5b1ec505a': (88 commits)
reduce the memory profile of wterm_awp2
added an extra check for record value
Fix an edge-case bug that prevented vlass_stk to run without failing in parallel CAS-13581 : Fix test_tclean.py
avoid unnecessary construction of MSColumn
revert oversampling for awproject to 20 which was left at 4 by mistake. remove a few debug messages
added a check for right gpu before running awphpg tests
Update mod-closure to version 1.12
removed some awp2 tests as these are in CAS-14146
move all USE_HPG dependent code to casatools/src/code and added a new method to synthesisimager hpg_enabled.
removed a white space that was causing sdimaging unit test to fail
Fix some failures of unittests
MAke sure hpg unittests runs as expected
revert stakeholders test to what they provided
one test was looking for mtmfs_via_cube
another fix in merge issue
typo that broke make while doing merge with master process
fixes to get to work on bamboo L4 system
add fixes back in to statwt tests
original statwt test file
...
CAS-13581 : Fix test_tclean.py
The test_wterm_squint_awp2 test was failing on the PR builds because it
ran out of memory. Reduced the number of wplanes to 2 (previously 4) to
reduce mem requirements.