Build: #19 failed

Job: Test Tools MPI Many Linux 2.28 Rocky 8.10 Py3.10 failed

fit amp: Test case result

The below summarizes the result of the test " fit amp" in build 19 of CASA - CMake MPI - Test Tools MPI Many Linux 2.28 Rocky 8.10 Py3.10.
Description
fit amp
Test class
tests.tools.calanalysis.test_tool_calanalysis.calanalysis_tsys1_fit
Method
test_fit_amp
Duration
< 1 sec
Status
Failed (New Failure)

Error Log

AssertionError: 0 != 392
self = <test_tool_calanalysis.calanalysis_tsys1_fit testMethod=test_fit_amp>

    def test_fit_amp(self):
        """ Test tool fit function (amp). Exercises stuff in CalAnalysys/CalStatsFitter """
    
        # An amp fit inspired by pipeline/qa/bpcal.py
        fit_amp = ca.fit(spw='13', axis='TIME', ap='AMPLITUDE', norm=True,
                         order='LINEAR', type='LSQ', weight=False)
        fit_len = 392
>       self.assertEqual(len(fit_amp), fit_len)
E       AssertionError: 0 != 392

../../../casatools/tests/tools/calanalysis/test_tool_calanalysis.py:233: AssertionError