Collapse |
Failed
|
test_task_appendantab
appendantab_test.test_appendToExistingGainCurve
History
|
Test Tasks ARM Macos 14 Py3.10 |
10 secs |
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)
../../../../casa6testenv/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'] )
../../../../casa6testenv/lib/python3.10/site-packages/casatasks/private/task_appendantab.py:181: in appendantab
antab_interp(vis, outvis, antab, ant_names, n_band, spws,
../../../../casa6testenv/lib/python3.10/site-packages/casatasks/private/task_appendantab.py:655: in antab_interp
(4 more lines...)
|
Collapse |
Failed
|
test_task_appendantab
appendantab_test.test_appendToExistingSyscal
History
|
Test Tasks ARM Macos 14 Py3.10 |
11 secs |
TypeError: int() argument must be a string, a bytes-like object or a real number, not 'set'
test_task_appendantab.py:142: in test_appendToExistingSyscal
appendantab(vis=append_data, outvis="secondAppend.ms", antab=evn_antab, overwrite=False, append_tsys=True, append_gc=False)
../../../../casa6testenv/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'] )
../../../../casa6testenv/lib/python3.10/site-packages/casatasks/private/task_appendantab.py:181: in appendantab
antab_interp(vis, outvis, antab, ant_names, n_band, spws,
../../../../casa6testenv/lib/python3.10/site-packages/casatasks/private/task_appendantab.py:653: in antab_interp
(4 more lines...)
|
Collapse |
Failed
|
test_task_appendantab
appendantab_test.test_appendToExistingGainCurve
History
|
Test Tasks Many Linux 2.28 Py3.10 |
4 mins |
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
(4 more lines...)
|
Collapse |
Failed
|
test_task_appendantab
appendantab_test.test_appendToExistingSyscal
History
|
Test Tasks Many Linux 2.28 Py3.10 |
2 mins |
TypeError: int() argument must be a string, a bytes-like object or a real number, not 'set'
test_task_appendantab.py:142: in test_appendToExistingSyscal
appendantab(vis=append_data, outvis="secondAppend.ms", antab=evn_antab, overwrite=False, append_tsys=True, append_gc=False)
../../../../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:653: in antab_interp
(4 more lines...)
|
Collapse |
Failed
|
test_tool_simulator
sm_settrop_test.test_smsettrop
History
|
Test Tools ARM Macos 14 Py3.10 |
< 1 sec |
AssertionError: np.False_ is not true : -0.4921023187053756
test_tool_simulator.py:105: in test_smsettrop
self.assertTrue(numpy.isclose(phaseDiff, -15.6033857), msg=phaseDiff)
E AssertionError: np.False_ is not true : -0.4921023187053756
|