Build: #19 failed
Job: Test Tools MPI Many Linux 2.28 Rocky 8.10 Py3.10 failed
get one spw: Test case result
The below summarizes the result of the test " get one spw" in build 19 of CASA - CMake MPI - Test Tools MPI Many Linux 2.28 Rocky 8.10 Py3.10.
- Description
- get one spw
- Test class
- tests.tools.calanalysis.test_tool_calanalysis.calanalysis_tsys1_get
- Method
- test_get_one_spw
- Duration
- < 1 sec
- Status
- Failed (New Failure)
Error Log
AssertionError: 0 != 392
self = <test_tool_calanalysis.calanalysis_tsys1_get testMethod=test_get_one_spw>
def test_get_one_spw(self):
""" Test tool get function. Uses the main stuff in CalAnalysys/CalStats::stats """
# SPW 13 should be there
# This uses parameters in similar way as the pipeline does in tsyscal/renderer
stats13 = ca.get(spw='13', antenna=self.antennaName, axis='TIME',
ap='AMPLITUDE')
> self._check_stats_items_values(stats13)
../../../casatools/tests/tools/calanalysis/test_tool_calanalysis.py:190:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
../../../casatools/tests/tools/calanalysis/test_tool_calanalysis.py:160: in _check_stats_items_values
self.assertEqual(len(stats), stats_len)
E AssertionError: 0 != 392