Pull request #880: Add assertTrue test at the end of test_het_mosaic_mfs_alma_listofms_CAS14350fixMerge in CASA/casa6 from CAS-14465 to master
* commit 'bc7512a0f92339aa2ee25a7909238b92e8879733':
Add assertTrue test at the end of test_het_mosaic_mfs_alma_listofms_CAS14350fix
Pull request #877: CAS-14253Merge in CASA/casa6 from CAS-14253 to master
* commit '5092c74f3e1b3523f35946fd9e67b24a7dbde8c1':
Add test cases for expected failures in gencal
Add test with the new functionality to create a caltable from ALMA antenna positions JSON file
CAS-14253: Use input JSON file to compute the ALMA antenna position corrections
CAS-14253: Describe the infile parameter for the JSON ALMA antenna p...
Pull request #876: CAS-14350Merge in CASA/casa6 from CAS-14350 to master
* commit '0ef240c2282d14ed16d17ccdcc10f1f45943e765':
Add a unit test
Add a check if a parameter is a list before trying to reorder for the list-of-MS parameters.
Pull request #874: CAS-14417Merge in CASA/casa6 from CAS-14417 to master
* commit '5415115a5ffd466b56ce96afce6383a48c610642':
CAS-14417: modified tests with channel selection to execute tsdimaging properly
CASA-14417: fixed the regression test of M100/SD
CAS-14417: added some tests for the interpolation parameter
CAS-14417: modified tests to change default interpolation parameter from nearest to linear
Pull request #875: CAS-14416Merge in CASA/casa6 from CAS-14416 to master
* commit '5fd67776d234f5b1bdd6ddfc8cf0194d717c1287':
Update casaviewer in build.conf
Update CasaViewer version in build.conf
Update build.conf
Pull request #872: CAS-14457Merge in CASA/casa6 from CAS-14457 to master
* commit 'e14d7a1ce2e2621eb4ab5d5d8d66b05975b435c8':
Add backward compatibility
Convert assertDictContainsSubset(a, b) to assertEqual(b, b | a)
Add test_tool_synthesisutils to component_to_test_map
Pull request #871: CAS-14371Merge in CASA/casa6 from CAS-14371 to master
* commit '754c61a43cacd511bf7b85e7053d53082f3aeb38':
Removed the numbsubms parameter setting in importasdm after Tak's fix to the setjy code.
Use ms_p to extract MS table name instead of mssel_p to avoid an issue encountered involving MMS
Added numsubms=2 to the importasdm call to bypass the error with MMS in setjy when using usescratch=False
Pull request #869: CAS-14391Merge in CASA/casa6 from CAS-14391 to master
* commit '40014047719f1b68325a80aca9a19607df4c5e5f':
Removed another instance checking for Python 2 code.
Removed casa5-related code. Added import inspect in parallel_task_helper Removed the use of default for a few regression scripts Removed the suite function from a few test scripts.
Fixed the local_vars variable inside the write history blo...
Pull request #868: CAS-14441Merge in CASA/casa6 from CAS-14441 to master
* commit '05d9d968863b51760c41918d0f09825e44df2d7c':
Escape double quotes
Refine filtering for CAS-14441
Update tests/tasks/test_task_simobserve.py (CAS-14429)Clean up tearDown methods that were not completely removing test files from the working directory
Pull request #865: CAS-13863Merge in CASA/casa6 from CAS-13863 to master
* commit 'bbe7d372e537c293e32064db11eef17498ec9f4e':
CAS-13863 update unittest to be consistent with the implementation
CAS-13863 incorporate the update provided by Todd Hunter
Pull request #863: CAS-9957Merge in CASA/casa6 from CAS-9957 to master
* commit '60c4540243eb8ce72f8f074d4fd56ccb910b3563':
refactoring
refactoring using slice functions
npol=4 is not supported
put const before type
Refactoring for consistent coding style
define weightMat as reference
renamed weightspec to weightSpec
CAS-9957 handle the case when both Wxx and Wyy is zero
Use built-in types instead of c...
Pull request #864: Update build options in readme.md.Merge in CASA/casa6 from CAS-14434 to master
* commit 'd5ad268d9b68844013e1127f67c9b4d346763701':
Update build options in readme.md. CAS-14434
Pull request #861: CAS-14377Merge in CASA/casa6 from CAS-14377 to master
* commit '2e40f49fb5a2497626567752b03dc6b61ae8ec49':
Update documentation
Update docstrings and documentation for runtest, xmlrunner_to_junit and testhelper in casatestutils