Build: #147 failed
Job: Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 failed
Gencal antpostest.test antpos auto evla: Test case result
The below summarizes the result of the test "Gencal antpostest.test antpos auto evla" in build 147 of CASASPECS - Master Test GPU 3.12 - Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12.
- Description
- Gencal antpostest.test antpos auto evla
- Test class
- test_task_gencal
- Method
- gencal_antpostest.test_antpos_auto_evla
- Duration
- 3 secs
- Status
- Failed (New Failure)
Error Log
ValueError: not enough values to unpack (expected 9, got 8)
test_task_gencal.py:143: in test_antpos_auto_evla
gencal(vis=self.msfile,
../../../../venv/lib/python3.12/site-packages/casatasks/gencal.py:216: in __call__
task_result = _gencal_t( _pc.document['vis'], _pc.document['caltable'], _pc.document['caltype'], _pc.document['infile'], _pc.document['endpoint'], _pc.document['timeout'], _pc.document['retry'], _pc.document['retry_wait_time'], _pc.document['ant_pos_time_limit'], _pc.document['spw'], _pc.document['antenna'], _pc.document['pol'], _pc.document['parameter'], _pc.document['uniform'] )
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../../../../venv/lib/python3.12/site-packages/casatasks/private/task_gencal.py:63: in gencal
gencal.gencal(vis=vis, caltable=caltable, caltype=caltype, infile=infile,
../../../../venv/lib/python3.12/site-packages/casatasks/private/task_gencal.py:109: in gencal
antenna_offsets = getantposns.correct_ant_posns(vis, False, ant_pos_time_limit)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../../../../venv/lib/python3.12/site-packages/casatasks/private/correct_ant_posns.py:45: in correct_ant_posns
return _correct_ant_posns_evla(vis_name, print_offsets, time_limit)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../../../../venv/lib/python3.12/site-packages/casatasks/private/correct_ant_posns_evla.py:130: in correct_ant_posns_evla
[c_year, obs_date, put_date, put_time_str, ant, pad, Bx, By, Bz] = correction_line_fields
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
E ValueError: not enough values to unpack (expected 9, got 8)