Pull request #1004: CAS-14567Merge in CASA/casa6 from CAS-14567 to master
* commit '60f42dd7b7b7bef2e2251f7c4980a098d3c27e2f':
For CAS-14567, fixed one final(?) indexing error in SolvableVisJones::listCal for the case of field_id=-1; Linux seems to be stricter about this than MacOS
For CAS-14567, re-enable test_gainCurveVLBA now that ba123a.gc in casatestdata repo updated for new listcal tests
For CAS-14567, added t...
Pull request #1003: CAS-14415Merge in CASA/casa6 from CAS-14415 to master
* commit '2295836ba3f18750b5aba11b737f3795c58ad09e':
Update imports in compare.py
Bring update from testhelper.py compTables to compare.py compare_CASA_tables
Update to add checking that tolerance is a list of len 2 when mode is both
CAS-14415: Switch test_task_gencal.py EOP tests to new compTables mode
CAS-14415: Support both relative and...
Pull request #1001: CAS-14676 support firstintegration getantposalmaMerge in CASA/casa6 from CAS-14676 to master
* commit 'c7060f3b387f23baca082c9f605e0a94463bfbfc':
update shortdescription and description getantposalma
update docstring
tests fir getantposalma firstintegratoin
begin mods support firstintegration getantposalma
Pull request #987: CAS-14440Merge in CASA/casa6 from CAS-14440 to master
* commit '509ffedf6c201bf57b3ee58313c5e4ac12722f29': (27 commits)
CAS-14710 additional fix for simutil.py to support empty result
CAS-14710 update tsdimaging to be compatible with numpy 2.4.0
CAS-14710 update simutil to be compatible with numpy 2.4.0
CAS-14710 update simanalyze to be compatible with numpy 2.4.0
CAS-14710 update sdfixscan t...
CAS-14710 adapt to numpy updateSince numpy 2.4.0, conversion of ndarray with ndim > 0 to scalar is not allowed (expired deprecation). This commit is to adapt to this change by converting single-element array into scalar explicitly.
Pull request #1000: CAS-11350Merge in CASA/casa6 from CAS-11350 to master
* commit 'ec6b50a0950495cd950f4cf5f2680f80b7bedc20':
CAS-11350 change for casadocs formatting
CAS-11350 further improvement according to the feedback from reviewer
clarify that returnobject param is ineffective
CAS-11350 update documentation of table.copy to be consistent with the implementation
For CAS-14567, fixed one final(?) indexing error in SolvableVisJones::listCal for the case of field_id=-1; Linux seems to be stricter about this than MacOS
Pull request #999: use xml-casa JAR with fix for boolean defaults [CAS-14693]Merge in CASA/casa6 from CAS-14693 to master
* commit '80c173eaa866234d0d9d3f6f07c827cf0bd75817':
use xml-casa JAR with fix for boolean defaults [CAS-14693]
Pull request #998: CAS-14680Merge in CASA/casa6 from CAS-14680 to master
* commit '4a06fe991b1059c0f0104081f027d93c01e625a7':
Update mom_creator to use plotutils plot_image
close plot after save to prevent same axes use in tests
Update from imview to plotutils plot_image
Pull request #995: Add unittest expected failure to test_gainCurveVLBA due to data updateMerge in CASA/casa6 from CAS-14701 to master
* commit 'ea626f0b54a6e8d30af156e4b54256c4eb480a7c':
Change expectedFailure to Skip
Add unittest expected failure to test_gainCurveVLBA due to data update
Pull request #997: CAS-14664Merge in CASA/casa6 from CAS-14664 to master
* commit '41435c9cba30dfdd6848cccf8b9be442d040d2ae':
Removed leftover file
Removed debug printf from cleanup function and specific teardown methods.
Added cleanup method to tearDown()) of testref_base(). Added local class tearDown() when needed. Add a flagbackup=False in the calls to flagdata to avoid the creation of a .ms.flagversions in disk...