Build: #2 failed

Job: Test Tasks Many Linux 2.28 Python 3.10 L4 failed

Gencal gaincurve test.test gain curve VLBA: Test case result

The below summarizes the result of the test "Gencal gaincurve test.test gain curve VLBA" in build 2 of CASASPECS - Dev Test GPU 3.10 L4 - CAS-14708 - Test Tasks Many Linux 2.28 Python 3.10 L4.
Description
Gencal gaincurve test.test gain curve VLBA
Test class
test_task_gencal
Method
gencal_gaincurve_test.test_gainCurveVLBA
Duration
< 1 sec
Status
Failed (Existing Failure)

Error Log

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