Build: #7 failed

Job: Test Tasks Many Linux 2014 failed

Appendantab test.test append gain curve: Test case result

The below summarizes the result of the test "Appendantab test.test append gain curve" in build 7 of CASA - CMake Dev Test - CAS-14406 - Test Tasks Many Linux 2014. View test case history
Description
Appendantab test.test append gain curve
Test class
test_task_appendantab
Method
appendantab_test.test_appendGainCurve
Duration
14 secs
Status
Failed (Existing Failure)

Error Log

NameError: name 'overwite' is not defined
test_task_appendantab.py:121: in test_appendGainCurve
    appendantab(vis=data_copy, outvis=append_data, antab=evn_antab, overwrite=False, append_tsys=False, append_gc=True)
../../../../venv/lib/python3.8/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.8/site-packages/casatasks/private/task_appendantab.py:182: in appendantab
    antab_interp(vis, outvis, antab, ant_names, n_band, spws,
../../../../venv/lib/python3.8/site-packages/casatasks/private/task_appendantab.py:656: in antab_interp
    create_gaincurve_subtable(data_gc, outvis, spws, gc_interval, gc_time)
../../../../venv/lib/python3.8/site-packages/casatasks/private/task_appendantab.py:660: in create_gaincurve_subtable
    if overwite and os.path.exists(f'{outvis}/GAIN_CURVE'):
E   NameError: name 'overwite' is not defined