Build: #14 failed

Job: Test Tasks Many Linux 2.28 Py3.10 failed

Appendantab test.test append to existing gain curve: Test case result

The below summarizes the result of the test "Appendantab test.test append to existing gain curve" in build 14 of CASASPECS - Dev Test 3.10 - CAS-14406 - Test Tasks Many Linux 2.28 Py3.10. View test case history
Description
Appendantab test.test append to existing gain curve
Test class
test_task_appendantab
Method
appendantab_test.test_appendToExistingGainCurve
Duration
4 mins
Status
Failed (New Failure)

Error Log

TypeError: int() argument must be a string, a bytes-like object or a real number, not 'set'
test_task_appendantab.py:159: in test_appendToExistingGainCurve
    appendantab(vis=append_data, outvis="secondAppend.ms", antab=evn_antab, overwrite=False, append_tsys=False, append_gc=True)
../../../../venv/lib/python3.10/site-packages/casatasks/appendantab.py:65: in __call__
    task_result = _appendantab_t( _pc.document['vis'], _pc.document['outvis'], _pc.document['antab'], _pc.document['overwrite'], _pc.document['append_tsys'], _pc.document['append_gc'] )
../../../../venv/lib/python3.10/site-packages/casatasks/private/task_appendantab.py:181: in appendantab
    antab_interp(vis, outvis, antab, ant_names, n_band, spws,
../../../../venv/lib/python3.10/site-packages/casatasks/private/task_appendantab.py:655: in antab_interp
    create_gaincurve_subtable(data_gc, outvis, spws, overwrite)
../../../../venv/lib/python3.10/site-packages/casatasks/private/task_appendantab.py:689: in create_gaincurve_subtable
    antennas[i] = set()
E   TypeError: int() argument must be a string, a bytes-like object or a real number, not 'set'