Build: #1 failed Manual run by Akeem Wells

Build result summary

Details

Completed
Queue duration
3 seconds
Duration
195 minutes
Labels
None
Revisions
CASA6
03ebc27faa4201078dc88b3879fb6eaa2d496f6a
OPEN-CASA-PKG
d4956eba1464877df11b9cadcf33952bab9c4dd3
Total tests
9009
Fixed in
#2 (Manual run by Akeem Wells)

Tests

Responsible

  • David Mehringer David Mehringer Automatically assigned

Code commits

CASA6
Author Commit Message Commit date
David Mehringer David Mehringer 03ebc27faa4201078dc88b3879fb6eaa2d496f6a Added value checking and exception raising and tests for that

Tests

New test failures 2
Status Test View job Duration
Collapse Failed test_task_gencal gencal_gaincurve_test.test_gainCurveVLBA
Test Tasks Many Linux 2.28 3.12 < 1 sec
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']))
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/local/lib/python3.12/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
Collapse Failed test_task_gencal gencal_gaincurve_test.test_gainCurveVLBA
Test Tasks macOS 15 Py3.12 < 1 sec
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']))
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../../../../casa6testenv/lib/python3.12/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