Commits
Pull request #666: CAS-13924
Merge in CASA/casa6 from CAS-13924 to master * commit '775f0f2e5c206bc19cc59ed2695ab2134fd8e67e': (34 commits) Benign edits in the comment lines to re-trigger build Increment the casampi version Add the initialization of InteractiveIterDone Change test_iterbot_nmajor_2 to use fullsummary=True Change fullsummary default to False Remove a debugging statement Removed startIterDone check for fullsummary=True test as the value varies with the number of nodes used Make storage of minor cycle iterDone non-cumulative across chan. and stokes for all cases Update the iterDone test Fix for the inconsistent behavior of summary_minor iterDone Fixed a typo Change the way import casampi in summry_minor so that it does not raise an exception when the module is not available Tweaked iterbot tests to test return dictionary values properly taking account for the current differeces in summaryminor iterDone behavior between mpicasa (cummulative) and serial(non-cummulative). Add zero iteration cases in the return dictionary check Additional tests for deconvolve Add new tests for fullsummary. Add a new test helper function, check_ret_structure and call to this function from checkall when 'ret' argument is specified. Futher edit and change the sdintimaging and deconvolve tasks' fullsummary default to True to match with tclean's The fullsummary parameter description rewording based on the feedback during the code review Add new tests for fullsummary parameter for cube and mfs. Add a new test helper function, check_ret_structure to check conformance of the return dictionary. Remove a debug statement ...