Merge pull request #511 in CASA/casa6 from CAS-13530 to master
* commit 'eb4caefceadfaf07aa6efc7e233367dff2617f42': CAS-13530 : Skipped tests 3 and 4 again (after request from SC) CAS-13530 : added back split,concat task imports to test_tclean.py - it got lost in the merge conflict yesterday.... CAS-13530 : Now, brought back the if( isReadable(...) ) checks to make the code a little more robust. This brings the functionality/code back to where we started... and with which the validation on CAS-13010 happened more than a year ago. CAS-13530 : Removed plotms imports/use from test_tclean. Edited a couple of skip messages for two tests that used plotms
Removed the casa5-related code from the test script and updated the test documentation on how to run tests in casa6.
Added tests 3,4 back in, after some investigations from the test group and a trial change to test framework setup. CAS-13530 : Skipped new tests #3 and #4. CAS-1330 : Removed the 'isReadable()' check from two more places exercised by these new tests, to revert back to the style of the code on trunk. CAS-13530 : Undid the code change for the usage mode of test#4. This code matches trunk now. But, kept the test in. This is to test if the problem already exists on trunk, or whether the change to check if an image is readable before opening is the cause of the test suite running issues. CAS-13530 - create and delete the vp tool within each test.... another try. CAS-13530 : The complex PB vptable example is what causes the test failure. Here, editing the code to conform to the PBMath2DImage creation used for 'float' PBs CAS-13530 : Re-enabled all 4 tests. Looks like the problem was only with the 4th one as tests ran properly with other three. Also added a _vp.reset() at the end of vptable creation in the last two tests, just to try. CAS-13530 : Re-enabled new test #3, with float user-specified beam patterns. Previous tests show that tests #1 and #2 are ok and do not cause the test suite to fail. CAS-13530 : Re-enabled 2 of the 4 new tests. These are the ALMA and ngVLA from the antenna dish diameter inputs. CAS-13530 : Skipped new tests to see if the tests pass (i.e. test the effect of only code changes, but not new tests...)
- Re-commented the delData(). - Changed the usage of prepData() for two of the new tests. CAS-13530 : Uncommented the delData() in tearDown() to see if that would fix the inability to clean up test results (the failure earlier looked like this) CAS-13530 : Copied edits from CAS-13010. Tested the demo notebook with local build.
Merge pull request #514 in CASA/casa6 from CAS-13586 to master
* commit 'f0a158155eba19f9a84fa8ff620cb6fc144b2992': CAS-13586 fix broken link in parameter_dictionary.py (just in case) PIPE-13586 fix another broken link in browsetable GUI help CAS-13586 fix broken link in msuvbin and casaqt help CAS-13586 more fix on broken link CAS-13586 fix broken link to TaQL documentation