Build: #19 failed

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

fit phase: Test case result

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

Error Log

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

    def test_fit_phase(self):
        """ Test tool fit function (phase). Exercises stuff in CalAnalysys/CalStatsFitter """
    
        # A phase fit inspired by pipeline/qa/bpcal.py
        fit_phase = ca.fit(spw='13', axis='TIME', ap='PHASE', unwrap=True,
                           jumpmax=0.1, order='LINEAR', type='LSQ', weight=False)
        fit_len = 392
>       self.assertEqual(len(fit_phase), fit_len)
E       AssertionError: 0 != 392

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