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 wt: Test case result

The below summarizes the result of the test " task split.test wt" 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 wt
Test class
casatasks
Method
test_task_split.test_wt
Duration
< 1 sec
Status
Failed (New Failure)

Error Log

ValueError: 
array([339945.71875, 436583.4375 , 273519.8125 , 352080.28125])
!=
array([143596.34375  , 410221.34375  , 122627.1640625, 349320.625    ])
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:426: in test_wt
    check_eq(self.records['']['weight'],
casatasks/test_task_split.py:83: in check_eq
    raise ValueError(errmsg)
E   ValueError: 
E   array([339945.71875, 436583.4375 , 273519.8125 , 352080.28125])
E   !=
E   array([143596.34375  , 410221.34375  , 122627.1640625, 349320.625    ])