Build casatools on different Python Platforms.

Build: #227 failed

Job: Test 3.7 failed

Stages & jobs

  1. Default Stage

  2. Test

  3. Publish wheels

Full log: Test case result

The below summarizes the result of the test "Full log" in build 227 of CASA - Casa 6 Casatools variants - Test 3.7. View test case history
Description
Full log
Test class
test_task_uvcontsub
Method
full log
Duration
3 secs
Status
Failed (New Failure)

Error Log

EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE
======================================================================
ERROR: test_sim_specline_noise_pol_0 (__main__.uvcontsub_numerical_sim_test)
Check fitting of continuum as polynomial order 0
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/casatest/casa6/casatasks/tests/tasks/test_task_uvcontsub.py", line 1143, in test_sim_specline_noise_pol_0
    fitorder=0, fitspec=self.fitspec)
TypeError: __call__() got an unexpected keyword argument 'outputvis'

======================================================================
ERROR: test_sim_specline_noise_pol_1 (__main__.uvcontsub_numerical_sim_test)
Check fitting of continuum as polynomial order 1. Gaussian noise included
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/casatest/casa6/casatasks/tests/tasks/test_task_uvcontsub.py", line 1180, in test_sim_specline_noise_pol_1
    fitorder=1, fitspec=self.fitspec)
TypeError: __call__() got an unexpected keyword argument 'outputvis'

======================================================================
ERROR: test_sim_specline_nonoise_pol_0 (__main__.uvcontsub_numerical_sim_test)
Check fitting of continuum as polynomial order 0
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/casatest/casa6/casatasks/tests/tasks/test_task_uvcontsub.py", line 1123, in test_sim_specline_nonoise_pol_0
    fitorder=0, fitspec=self.fitspec)
TypeError: __call__() got an unexpected keyword argument 'outputvis'

======================================================================
ERROR: test_sim_specline_nonoise_pol_1 (__main__.uvcontsub_numerical_sim_test)
Check fitting of continuum as polynomial order 1
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/casatest/casa6/casatasks/tests/tasks/test_task_uvcontsub.py", line 1161, in test_sim_specline_nonoise_pol_1
    fitorder=1, fitspec=self.fitspec)
TypeError: __call__() got an unexpected keyword argument 'outputvis'

======================================================================
ERROR: test_datacolumn (__main__.uvcontsub_test)
Check different datacolumn choices and that results make sense
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/casatest/casa6/casatasks/tests/tasks/test_task_uvcontsub.py", line 347, in test_datacolumn
    res = uvcontsub(vis=ms_simple, outputvis=self.output, datacolumn='CORRECTED')
TypeError: __call__() got an unexpected keyword argument 'outputvis'

======================================================================
ERROR: test_fitmethod_casacore (__main__.uvcontsub_test)
Check that methods work - casacore
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/casatest/casa6/casatasks/tests/tasks/test_task_uvcontsub.py", line 704, in test_fitmethod_casacore
    res = uvcontsub(vis=ms_simple, outputvis=self.output, fitmethod='casacore')
TypeError: __call__() got an unexpected keyword argument 'outputvis'

======================================================================
ERROR: test_fitmethod_gsl (__main__.uvcontsub_test)
Check that methods work - gsl
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/casatest/casa6/casatasks/tests/tasks/test_task_uvcontsub.py", line 696, in test_fitmethod_gsl
    res = uvcontsub(vis=ms_simple, outputvis=self.output, fitmethod='gsl')
TypeError: __call__() got an unexpected keyword argument 'outputvis'

======================================================================
ERROR: test_fitorder1 (__main__.uvcontsub_test)
Check different fit orders (0, 1, 2) work (like example 1 from task page)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/casatest/casa6/casatasks/tests/tasks/test_task_uvcontsub.py", line 713, in test_fitorder1
    fitspec='0:2~20')
TypeError: __call__() got an unexpected keyword argument 'outputvis'

======================================================================
ERROR: test_fitorder2 (__main__.uvcontsub_test)
Check different fit orders (0, 1, 2) work
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/casatest/casa6/casatasks/tests/tasks/test_task_uvcontsub.py", line 724, in test_fitorder2
    fitspec='0:2~20')
TypeError: __call__() got an unexpected keyword argument 'outputvis'

======================================================================
ERROR: test_fitspec_channels (__main__.uvcontsub_test)
Check that fitspec works. When selecting some channels in some SPWs,
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/casatest/casa6/casatasks/tests/tasks/test_task_uvcontsub.py", line 454, in test_fitspec_channels
    res = uvcontsub(vis=ms_simple, outputvis=self.output, fitspec='0:5~19')
TypeError: __call__() got an unexpected keyword argument 'outputvis'

======================================================================
ERROR: test_fitspec_dict_fitorder1 (__main__.uvcontsub_test)
Check different fit orders (0, 1, 2) work, when given in field/spw
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/casatest/casa6/casatasks/tests/tasks/test_task_uvcontsub.py", line 739, in test_fitspec_dict_fitorder1
    'fitorder': 1}}
TypeError: __call__() got an unexpected keyword argument 'outputvis'

======================================================================
ERROR: test_fitspec_dict_fitorder2 (__main__.uvcontsub_test)
Check different fit orders (0, 1, 2) work, when given in field/spw
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/casatest/casa6/casatasks/tests/tasks/test_task_uvcontsub.py", line 755, in test_fitspec_dict_fitorder2
    'fitorder': 2}}
TypeError: __call__() got an unexpected keyword argument 'outputvis'

======================================================================
ERROR: test_fitspec_dict_fitspec_one_chan (__main__.uvcontsub_test)
Check fitspec when giving in a dict one spw with 1 channel (perfect fit if
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/casatest/casa6/casatasks/tests/tasks/test_task_uvcontsub.py", line 408, in test_fitspec_dict_fitspec_one_chan
    'fitorder': 0}}
TypeError: __call__() got an unexpected keyword argument 'outputvis'

======================================================================
ERROR: test_fitspec_dict_fitspec_one_chan_order1 (__main__.uvcontsub_test)
Check fitspec when giving in a dict one spw with 1 channel (perfect fit if
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/casatest/casa6/casatasks/tests/tasks/test_task_uvcontsub.py", line 422, in test_fitspec_dict_fitspec_one_chan_order1
    'fitorder': 1}}
TypeError: __call__() got an unexpected keyword argument 'outputvis'

======================================================================
ERROR: test_fitspec_dict_select_spw_mismatching (__main__.uvcontsub_test)
Check spw selection works when fitspec (as dict) gives mismatching IDs
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/casatest/casa6/casatasks/tests/tasks/test_task_uvcontsub.py", line 442, in test_fitspec_dict_select_spw_mismatching
    'fitorder': 1}}
TypeError: __call__() got an unexpected keyword argument 'outputvis'

======================================================================
ERROR: test_fitspec_empty (__main__.uvcontsub_test)
Check that fitspec works. When empty, fit all channels in all SPWs
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/casatest/casa6/casatasks/tests/tasks/test_task_uvcontsub.py", line 376, in test_fitspec_empty
    res = uvcontsub(vis=ms_simple, outputvis=self.output, fitspec='')
TypeError: __call__() got an unexpected keyword argument 'outputvis'

======================================================================
ERROR: test_fitspec_multifield (__main__.uvcontsub_test)
Check that fitspec works. Different spw:chan strings for different fields
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/casatest/casa6/casatasks/tests/tasks/test_task_uvcontsub.py", line 471, in test_fitspec_multifield
    'fitorder': 0}}
TypeError: __call__() got an unexpected keyword argument 'outputvis'

======================================================================
ERROR: test_fitspec_multifield_blocks (__main__.uvcontsub_test)
Check that fitspec works. Different spw:chan strings for different fields
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/casatest/casa6/casatasks/tests/tasks/test_task_uvcontsub.py", line 488, in test_fitspec_multifield_blocks
    'fitorder': 0}}
TypeError: __call__() got an unexpected keyword argument 'outputvis'

======================================================================
ERROR: test_fitspec_multifield_fields_sel (__main__.uvcontsub_test)
Check the use of field selection (multiple) and fitspec (multiple/ per field
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/casatest/casa6/casatasks/tests/tasks/test_task_uvcontsub.py", line 535, in test_fitspec_multifield_fields_sel
    'fitorder': 0}}
TypeError: __call__() got an unexpected keyword argument 'outputvis'

======================================================================
ERROR: test_fitspec_multifield_multispw_diff_fitorder (__main__.uvcontsub_test)
Check different fitorder values for different fields and spws, in
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/casatest/casa6/casatasks/tests/tasks/test_task_uvcontsub.py", line 521, in test_fitspec_multifield_multispw_diff_fitorder
    'fitorder': 2}}
TypeError: __call__() got an unexpected keyword argument 'outputvis'

======================================================================
ERROR: test_fitspec_multifield_wrong_field (__main__.uvcontsub_test)
Check that wrong fitspec lists produce an exception
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/casatest/casa6/casatasks/tests/tasks/test_task_uvcontsub.py", line 549, in test_fitspec_multifield_wrong_field
    'fitorder': 3}}
TypeError: __call__() got an unexpected keyword argument 'outputvis'

======================================================================
ERROR: test_fitspec_multifield_wrong_format (__main__.uvcontsub_test)
Check fitspec errors. Different fitspec dicts for different fields and
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/casatest/casa6/casatasks/tests/tasks/test_task_uvcontsub.py", line 579, in test_fitspec_multifield_wrong_format
    'fitorder': 0}}
TypeError: __call__() got an unexpected keyword argument 'outputvis'

======================================================================
ERROR: test_fitspec_separate_fields (__main__.uvcontsub_test)
Check that fitspec works. Different spw:chan strings for different
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/casatest/casa6/casatasks/tests/tasks/test_task_uvcontsub.py", line 663, in test_fitspec_separate_fields
    fitspec='0:100~500;600~910;1215~1678;1810~1903')
TypeError: __call__() got an unexpected keyword argument 'outputvis'

======================================================================
ERROR: test_fitspec_spw_one_chan (__main__.uvcontsub_test)
Check fitspec when giving one spw with 1 channel (perfect fit if order 0)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/casatest/casa6/casatasks/tests/tasks/test_task_uvcontsub.py", line 394, in test_fitspec_spw_one_chan
    res = uvcontsub(vis=ms_alma, outputvis=self.output, field='0', fitspec='1')
TypeError: __call__() got an unexpected keyword argument 'outputvis'

======================================================================
ERROR: test_fitspec_spws (__main__.uvcontsub_test)
Check that fitspec works. When selecting some SPWs, fit all channels
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/casatest/casa6/casatasks/tests/tasks/test_task_uvcontsub.py", line 385, in test_fitspec_spws
    res = uvcontsub(vis=ms_simple, outputvis=self.output, fitspec='0')
TypeError: __call__() got an unexpected keyword argument 'outputvis'

======================================================================
ERROR: test_fitspec_spws_diff_fitorder (__main__.uvcontsub_test)
Check that fitorder is applied correctly per field, per SPW, following
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/casatest/casa6/casatasks/tests/tasks/test_task_uvcontsub.py", line 770, in test_fitspec_spws_diff_fitorder
    fitspec='3')
TypeError: __call__() got an unexpected keyword argument 'outputvis'

======================================================================
ERROR: test_fitspec_spws_sel (__main__.uvcontsub_test)
Check the use of spw selection and fitspec together
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/casatest/casa6/casatasks/tests/tasks/test_task_uvcontsub.py", line 680, in test_fitspec_spws_sel
    res = uvcontsub(vis=ms_simple, outputvis=self.output, spw='0', fitspec='0')
TypeError: __call__() got an unexpected keyword argument 'outputvis'

======================================================================
ERROR: test_fitspec_spws_sel_wrong (__main__.uvcontsub_test)
Check that if the spw selection and fitspec are not compatible, an exception
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/casatest/casa6/casatasks/tests/tasks/test_task_uvcontsub.py", line 690, in test_fitspec_spws_sel_wrong
    res = uvcontsub(vis=ms_simple, outputvis=self.output, spw='3', fitspec='0')
TypeError: __call__() got an unexpected keyword argument 'outputvis'

======================================================================
ERROR: test_makes_output_ms_data (__main__.uvcontsub_test)
Check that in a simple command the input MS is taken and an output MS
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/casatest/casa6/casatasks/tests/tasks/test_task_uvcontsub.py", line 283, in test_makes_output_ms_data
    res = uvcontsub(vis=ms_simple, outputvis=self.output)
TypeError: __call__() got an unexpected keyword argument 'outputvis'

======================================================================
ERROR: test_mixed_pols (__main__.uvcontsub_test)
Check normal functioning with an MS with mixed polarizations in its (many)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/casatest/casa6/casatasks/tests/tasks/test_task_uvcontsub.py", line 907, in test_mixed_pols
    res = uvcontsub(vis=ms_mixed_pols, outputvis=self.output)
TypeError: __call__() got an unexpected keyword argument 'outputvis'

======================================================================
ERROR: test_select_array (__main__.uvcontsub_test)
Check field selection works
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/casatest/casa6/casatasks/tests/tasks/test_task_uvcontsub.py", line 331, in test_select_array
    res = uvcontsub(vis=ms_alma, outputvis=self.output, array='0')
TypeError: __call__() got an unexpected keyword argument 'outputvis'

======================================================================
ERROR: test_select_field (__main__.uvcontsub_test)
Check field selection works
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/casatest/casa6/casatasks/tests/tasks/test_task_uvcontsub.py", line 296, in test_select_field
    res = uvcontsub(vis=ms_alma, outputvis=self.output, field='2')
TypeError: __call__() got an unexpected keyword argument 'outputvis'

======================================================================
ERROR: test_select_intent (__main__.uvcontsub_test)
Check field selection works
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/casatest/casa6/casatasks/tests/tasks/test_task_uvcontsub.py", line 324, in test_select_intent
    res = uvcontsub(vis=ms_alma, outputvis=self.output, intent='*AMPLI*')
TypeError: __call__() got an unexpected keyword argument 'outputvis'

======================================================================
ERROR: test_select_observation (__main__.uvcontsub_test)
Check field selection works
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/casatest/casa6/casatasks/tests/tasks/test_task_uvcontsub.py", line 338, in test_select_observation
    res = uvcontsub(vis=ms_alma, outputvis=self.output, observation='0')
TypeError: __call__() got an unexpected keyword argument 'outputvis'

======================================================================
ERROR: test_select_scan (__main__.uvcontsub_test)
Check field selection works
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/casatest/casa6/casatasks/tests/tasks/test_task_uvcontsub.py", line 317, in test_select_scan
    res = uvcontsub(vis=ms_alma, outputvis=self.output, scan='2')
TypeError: __call__() got an unexpected keyword argument 'outputvis'

======================================================================
ERROR: test_select_spw (__main__.uvcontsub_test)
Check field selection works
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/casatest/casa6/casatasks/tests/tasks/test_task_uvcontsub.py", line 303, in test_select_spw
    res = uvcontsub(vis=ms_alma, outputvis=self.output, spw='1')
TypeError: __call__() got an unexpected keyword argument 'outputvis'

======================================================================
ERROR: test_select_spw_mismatching_fitspec (__main__.uvcontsub_test)
Check spw selection works when fitspec gives mismatching IDs (not selected)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/casatest/casa6/casatasks/tests/tasks/test_task_uvcontsub.py", line 310, in test_select_spw_mismatching_fitspec
    res = uvcontsub(vis=ms_alma, outputvis=self.output, spw='1', fitspec='0')
TypeError: __call__() got an unexpected keyword argument 'outputvis'

======================================================================
ERROR: test_writemodel (__main__.uvcontsub_test)
Check the model column is added to the output MS and its values match
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/casatest/casa6/casatasks/tests/tasks/test_task_uvcontsub.py", line 836, in test_writemodel
    res = uvcontsub(vis=ms_simple, outputvis=self.output, writemodel=True)
TypeError: __call__() got an unexpected keyword argument 'outputvis'

======================================================================
ERROR: test_writemodel_from_corrected (__main__.uvcontsub_test)
Check the model column, like test_writemodel, but taking input from
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/casatest/casa6/casatasks/tests/tasks/test_task_uvcontsub.py", line 854, in test_writemodel_from_corrected
    writemodel=True)
TypeError: __call__() got an unexpected keyword argument 'outputvis'

======================================================================
ERROR: test_writemodel_from_corrected_all_flagged (__main__.uvcontsub_test)
Check the model column, like test_writemodel, but taking input from
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/casatest/casa6/casatasks/tests/tasks/test_task_uvcontsub.py", line 882, in test_writemodel_from_corrected_all_flagged
    writemodel=True)
TypeError: __call__() got an unexpected keyword argument 'outputvis'

----------------------------------------------------------------------
Ran 40 tests in 0.791s

FAILED (errors=40)