Build: #2 failed Child of CASASPECS-DEVBUILDCASALITHGPU10-9

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
340 minutes
Labels
None
Revisions
CASA6
5d597061ab87a2b4c7b40399daf51c8c90db4277
OPEN-CASA-PKG
e5285e68467f01199807a1f1a978aec8a4781be7
Total tests
4489
Failing since
#1 (Child of CASASPECS-DEVBUILDCASALITHGPU10-8)

Responsible

This build has been failing since #1
No one has taken responsibility

Tests

Existing test failures 1
Status Test Failing since View job Duration
TypeError: only length-1 arrays can be converted to Python scalars
test_task_gencal.py:495: in test_gainCurveVLBA
    self.assertTrue(th.compTables(caltab, vlbacal, ['WEIGHT']))
../../../../venv/lib/python3.10/site-packages/casatestutils/testhelper.py:168: in compTables
    if ((mode=="percentage") and not math.isclose(a[i][j], b[i][j], rel_tol=tolerance)) or ((mode=="absolute") and not math.isclose(a[i][j], b[i][j], abs_tol=tolerance)):
E   TypeError: only length-1 arrays can be converted to Python scalars