Build: #2 failed

Job: Test Tasks Many Linux 2.28 Python 3.10 L4 failed

Test results

  • 3,790 tests in total
  • 1 test failed
  • 249 tests were quarantined / skipped
  • 321 minutes taken in total.

Build 2 has the following 1 errors:There were no new test failures since the previous build.

Existing test failures 1
Status Test Failing since 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