Plan to Run Skipped Test to Know Status
Build: #4 failed
Job: Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 failed
task split.test data: Test case result
The below summarizes the result of the test " task split.test data" in build 4 of CASA - Release Engineering Master Test Skipped Python 3.12 - Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12.
- Description
- task split.test data
- Test class
- casatasks
- Method
- test_task_split.test_data
- Duration
- 21 secs
- Status
- Failed (New Failure)
Error Log
ValueError:
array([[ 0.05895901-0.03471745j],
[-0.00304231+0.00332289j],
[-0.00240616-0.00170641j],
[ 0.06631709-0.03147513j]])
!=
array([[ 0.1442849 -0.03145669j],
[-0.00379944+0.00710297j],
[-0.00381106-0.00066403j],
[ 0.14404297-0.04763794j]])
casatasks/test_task_split.py:78: in check_eq
raise ValueError('value != expected')
E ValueError: value != expected
During handling of the above exception, another exception occurred:
casatasks/test_task_split.py:386: in test_data
check_eq(self.records['']['data'],
casatasks/test_task_split.py:83: in check_eq
raise ValueError(errmsg)
E ValueError:
E array([[ 0.05895901-0.03471745j],
E [-0.00304231+0.00332289j],
E [-0.00240616-0.00170641j],
E [ 0.06631709-0.03147513j]])
E !=
E array([[ 0.1442849 -0.03145669j],
E [-0.00379944+0.00710297j],
E [-0.00381106-0.00066403j],
E [ 0.14404297-0.04763794j]])