Build: #18 failed

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

Stages & jobs

  1. Default Stage

  2. Test Tasks Stage

  3. Test Tools Stage

fit amp sel: Test case result

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

Error Log

AssertionError: 0 != 28
self = <test_tool_calanalysis.calanalysis_tsys1_fit testMethod=test_fit_amp_sel>

    def test_fit_amp_sel(self):
        """ Test tool fit function (amp + selection).
            Exercises stuff in CalAnalysys/CalStatsFitter """
    
        # A fit with additional field selection / less outputs
        fit_amp_field = ca.fit(field='Callisto', spw='13', axis='TIME', ap='AMPLITUDE',
                               norm=True, order='LINEAR', type='LSQ', weight=False)
        fit_len_field = 28
>       self.assertEqual(len(fit_amp_field), fit_len_field)
E       AssertionError: 0 != 28

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