Build: #10 failed Child of CASA-CRBC661-17

Test results

  • 12,740 tests in total
  • 34 tests failed
  • 34 failures are new
  • 761 tests were quarantined / skipped
  • 1273 minutes taken in total.
New test failures 34
Status Test View job Duration
Collapse Failed test_task_fixplanets fixplanets_test.test_ephemerisMimeFormat History
Test Tasks Many Linux 2.28 Py3.10 1 sec
RuntimeError: *** Error when interpreting parameter 'direction':
 File given is not a valid JPL email mime format file.
../../../../venv/lib/python3.10/site-packages/scipy/__init__.py:137: in __getattr__
    return globals()[name]
E   KeyError: 'sqrt'

During handling of the above exception, another exception occurred:
../../../../venv/lib/python3.10/site-packages/casatasks/private/task_fixplanets.py:261: in fixplanets
(18 more lines...)
Collapse Failed test_task_fixplanets fixplanets_test.test_ephemerisMimeFormat History
Test Tasks Many Linux 2014 Py3.10 1 sec
RuntimeError: *** Error when interpreting parameter 'direction':
 File given is not a valid JPL email mime format file.
../../../../venv/lib/python3.10/site-packages/scipy/__init__.py:137: in __getattr__
    return globals()[name]
E   KeyError: 'sqrt'

During handling of the above exception, another exception occurred:
../../../../venv/lib/python3.10/site-packages/casatasks/private/task_fixplanets.py:261: in fixplanets
(18 more lines...)
Collapse Failed test_task_sdsmooth sdsmooth_test_float.test_sdsmooth_float_gauss02 History
Test Tasks Many Linux 2.28 Py3.10 4 secs
AttributeError: module 'scipy.signal' has no attribute 'gaussian'
test_task_sdsmooth.py:379: in test_sdsmooth_float_gauss02
    self.run_test(kwidth=3)
test_task_sdsmooth.py:195: in run_test
    kernel_array = gaussian_kernel(nchan, kwidth)
test_task_sdsmooth.py:43: in gaussian_kernel
    g = signal.gaussian(nchan, sigma, False)
E   AttributeError: module 'scipy.signal' has no attribute 'gaussian'
Collapse Failed test_task_sdsmooth sdsmooth_test_weight.test_sdsmooth_weight_gauss02 History
Test Tasks Many Linux 2014 Py3.10 < 1 sec
AttributeError: module 'scipy.signal' has no attribute 'gaussian'
test_task_sdsmooth.py:419: in test_sdsmooth_weight_gauss02
    self.run_test(kwidth=3)
test_task_sdsmooth.py:195: in run_test
    kernel_array = gaussian_kernel(nchan, kwidth)
test_task_sdsmooth.py:43: in gaussian_kernel
    g = signal.gaussian(nchan, sigma, False)
E   AttributeError: module 'scipy.signal' has no attribute 'gaussian'
Collapse Failed test_task_sdsmooth sdsmooth_test_weight.test_sdsmooth_weight_gauss01 History
Test Tasks Many Linux 2014 Py3.10 < 1 sec
AttributeError: module 'scipy.signal' has no attribute 'gaussian'
test_task_sdsmooth.py:414: in test_sdsmooth_weight_gauss01
    self.run_test(kwidth=5)
test_task_sdsmooth.py:195: in run_test
    kernel_array = gaussian_kernel(nchan, kwidth)
test_task_sdsmooth.py:43: in gaussian_kernel
    g = signal.gaussian(nchan, sigma, False)
E   AttributeError: module 'scipy.signal' has no attribute 'gaussian'
Collapse Failed test_task_sdsmooth sdsmooth_test_float.test_sdsmooth_float_select History
Test Tasks Many Linux 2014 Py3.10 < 1 sec
AttributeError: module 'scipy.signal' has no attribute 'gaussian'
test_task_sdsmooth.py:383: in test_sdsmooth_float_select
    self.run_test(kwidth=5, spw='1')
test_task_sdsmooth.py:195: in run_test
    kernel_array = gaussian_kernel(nchan, kwidth)
test_task_sdsmooth.py:43: in gaussian_kernel
    g = signal.gaussian(nchan, sigma, False)
E   AttributeError: module 'scipy.signal' has no attribute 'gaussian'
Collapse Failed test_task_sdsmooth sdsmooth_test_float.test_sdsmooth_float_overwrite History
Test Tasks Many Linux 2014 Py3.10 < 1 sec
AttributeError: module 'scipy.signal' has no attribute 'gaussian'
test_task_sdsmooth.py:388: in test_sdsmooth_float_overwrite
    self.run_test(kwidth=5, overwrite=True)
test_task_sdsmooth.py:195: in run_test
    kernel_array = gaussian_kernel(nchan, kwidth)
test_task_sdsmooth.py:43: in gaussian_kernel
    g = signal.gaussian(nchan, sigma, False)
E   AttributeError: module 'scipy.signal' has no attribute 'gaussian'
Collapse Failed test_task_sdsmooth sdsmooth_test_complex.test_sdsmooth_complex_gauss02 History
Test Tasks Many Linux 2014 Py3.10 < 1 sec
AttributeError: module 'scipy.signal' has no attribute 'gaussian'
test_task_sdsmooth.py:339: in test_sdsmooth_complex_gauss02
    self.run_test(kwidth=3)
test_task_sdsmooth.py:195: in run_test
    kernel_array = gaussian_kernel(nchan, kwidth)
test_task_sdsmooth.py:43: in gaussian_kernel
    g = signal.gaussian(nchan, sigma, False)
E   AttributeError: module 'scipy.signal' has no attribute 'gaussian'
Collapse Failed test_task_sdsmooth sdsmooth_test_complex.test_sdsmooth_complex_select History
Test Tasks Many Linux 2014 Py3.10 < 1 sec
AttributeError: module 'scipy.signal' has no attribute 'gaussian'
test_task_sdsmooth.py:343: in test_sdsmooth_complex_select
    self.run_test(kwidth=5, spw='1')
test_task_sdsmooth.py:195: in run_test
    kernel_array = gaussian_kernel(nchan, kwidth)
test_task_sdsmooth.py:43: in gaussian_kernel
    g = signal.gaussian(nchan, sigma, False)
E   AttributeError: module 'scipy.signal' has no attribute 'gaussian'
Collapse Failed test_task_sdsmooth sdsmooth_test_float.test_sdsmooth_float_gauss02 History
Test Tasks Many Linux 2014 Py3.10 < 1 sec
AttributeError: module 'scipy.signal' has no attribute 'gaussian'
test_task_sdsmooth.py:379: in test_sdsmooth_float_gauss02
    self.run_test(kwidth=3)
test_task_sdsmooth.py:195: in run_test
    kernel_array = gaussian_kernel(nchan, kwidth)
test_task_sdsmooth.py:43: in gaussian_kernel
    g = signal.gaussian(nchan, sigma, False)
E   AttributeError: module 'scipy.signal' has no attribute 'gaussian'
Collapse Failed test_task_sdsmooth sdsmooth_test_float.test_sdsmooth_float_gauss01 History
Test Tasks Many Linux 2014 Py3.10 < 1 sec
AttributeError: module 'scipy.signal' has no attribute 'gaussian'
test_task_sdsmooth.py:375: in test_sdsmooth_float_gauss01
    self.run_test(kwidth=5)
test_task_sdsmooth.py:195: in run_test
    kernel_array = gaussian_kernel(nchan, kwidth)
test_task_sdsmooth.py:43: in gaussian_kernel
    g = signal.gaussian(nchan, sigma, False)
E   AttributeError: module 'scipy.signal' has no attribute 'gaussian'
Collapse Failed test_task_sdsmooth sdsmooth_test_complex.test_sdsmooth_complex_gauss01 History
Test Tasks Many Linux 2014 Py3.10 < 1 sec
AttributeError: module 'scipy.signal' has no attribute 'gaussian'
test_task_sdsmooth.py:335: in test_sdsmooth_complex_gauss01
    self.run_test(kwidth=5)
test_task_sdsmooth.py:195: in run_test
    kernel_array = gaussian_kernel(nchan, kwidth)
test_task_sdsmooth.py:43: in gaussian_kernel
    g = signal.gaussian(nchan, sigma, False)
E   AttributeError: module 'scipy.signal' has no attribute 'gaussian'
Collapse Failed test_task_sdsmooth sdsmooth_test_complex.test_sdsmooth_complex_overwrite History
Test Tasks Many Linux 2014 Py3.10 < 1 sec
AttributeError: module 'scipy.signal' has no attribute 'gaussian'
test_task_sdsmooth.py:348: in test_sdsmooth_complex_overwrite
    self.run_test(kwidth=5, overwrite=True)
test_task_sdsmooth.py:195: in run_test
    kernel_array = gaussian_kernel(nchan, kwidth)
test_task_sdsmooth.py:43: in gaussian_kernel
    g = signal.gaussian(nchan, sigma, False)
E   AttributeError: module 'scipy.signal' has no attribute 'gaussian'
Collapse Failed test_task_sdsmooth sdsmooth_test_float.test_sdsmooth_float_select History
Test Tasks Many Linux 2.28 Py3.10 4 secs
AttributeError: module 'scipy.signal' has no attribute 'gaussian'
test_task_sdsmooth.py:383: in test_sdsmooth_float_select
    self.run_test(kwidth=5, spw='1')
test_task_sdsmooth.py:195: in run_test
    kernel_array = gaussian_kernel(nchan, kwidth)
test_task_sdsmooth.py:43: in gaussian_kernel
    g = signal.gaussian(nchan, sigma, False)
E   AttributeError: module 'scipy.signal' has no attribute 'gaussian'
Collapse Failed test_task_sdsmooth sdsmooth_test_weight.test_sdsmooth_weight_gauss02 History
Test Tasks Many Linux 2.28 Py3.10 4 secs
AttributeError: module 'scipy.signal' has no attribute 'gaussian'
test_task_sdsmooth.py:419: in test_sdsmooth_weight_gauss02
    self.run_test(kwidth=3)
test_task_sdsmooth.py:195: in run_test
    kernel_array = gaussian_kernel(nchan, kwidth)
test_task_sdsmooth.py:43: in gaussian_kernel
    g = signal.gaussian(nchan, sigma, False)
E   AttributeError: module 'scipy.signal' has no attribute 'gaussian'
Collapse Failed test_task_sdsmooth sdsmooth_test_complex.test_sdsmooth_complex_overwrite History
Test Tasks Many Linux 2.28 Py3.10 4 secs
AttributeError: module 'scipy.signal' has no attribute 'gaussian'
test_task_sdsmooth.py:348: in test_sdsmooth_complex_overwrite
    self.run_test(kwidth=5, overwrite=True)
test_task_sdsmooth.py:195: in run_test
    kernel_array = gaussian_kernel(nchan, kwidth)
test_task_sdsmooth.py:43: in gaussian_kernel
    g = signal.gaussian(nchan, sigma, False)
E   AttributeError: module 'scipy.signal' has no attribute 'gaussian'
Collapse Failed test_task_sdsmooth sdsmooth_test_complex.test_sdsmooth_complex_gauss01 History
Test Tasks Many Linux 2.28 Py3.10 4 secs
AttributeError: module 'scipy.signal' has no attribute 'gaussian'
test_task_sdsmooth.py:335: in test_sdsmooth_complex_gauss01
    self.run_test(kwidth=5)
test_task_sdsmooth.py:195: in run_test
    kernel_array = gaussian_kernel(nchan, kwidth)
test_task_sdsmooth.py:43: in gaussian_kernel
    g = signal.gaussian(nchan, sigma, False)
E   AttributeError: module 'scipy.signal' has no attribute 'gaussian'
Collapse Failed test_task_sdsmooth sdsmooth_test_float.test_sdsmooth_float_gauss01 History
Test Tasks Many Linux 2.28 Py3.10 4 secs
AttributeError: module 'scipy.signal' has no attribute 'gaussian'
test_task_sdsmooth.py:375: in test_sdsmooth_float_gauss01
    self.run_test(kwidth=5)
test_task_sdsmooth.py:195: in run_test
    kernel_array = gaussian_kernel(nchan, kwidth)
test_task_sdsmooth.py:43: in gaussian_kernel
    g = signal.gaussian(nchan, sigma, False)
E   AttributeError: module 'scipy.signal' has no attribute 'gaussian'
Collapse Failed test_task_sdsmooth sdsmooth_test_complex.test_sdsmooth_complex_select History
Test Tasks Many Linux 2.28 Py3.10 4 secs
AttributeError: module 'scipy.signal' has no attribute 'gaussian'
test_task_sdsmooth.py:343: in test_sdsmooth_complex_select
    self.run_test(kwidth=5, spw='1')
test_task_sdsmooth.py:195: in run_test
    kernel_array = gaussian_kernel(nchan, kwidth)
test_task_sdsmooth.py:43: in gaussian_kernel
    g = signal.gaussian(nchan, sigma, False)
E   AttributeError: module 'scipy.signal' has no attribute 'gaussian'
Collapse Failed test_task_sdsmooth sdsmooth_test_float.test_sdsmooth_float_overwrite History
Test Tasks Many Linux 2.28 Py3.10 4 secs
AttributeError: module 'scipy.signal' has no attribute 'gaussian'
test_task_sdsmooth.py:388: in test_sdsmooth_float_overwrite
    self.run_test(kwidth=5, overwrite=True)
test_task_sdsmooth.py:195: in run_test
    kernel_array = gaussian_kernel(nchan, kwidth)
test_task_sdsmooth.py:43: in gaussian_kernel
    g = signal.gaussian(nchan, sigma, False)
E   AttributeError: module 'scipy.signal' has no attribute 'gaussian'
Collapse Failed test_task_sdsmooth sdsmooth_test_complex.test_sdsmooth_complex_gauss02 History
Test Tasks Many Linux 2.28 Py3.10 4 secs
AttributeError: module 'scipy.signal' has no attribute 'gaussian'
test_task_sdsmooth.py:339: in test_sdsmooth_complex_gauss02
    self.run_test(kwidth=3)
test_task_sdsmooth.py:195: in run_test
    kernel_array = gaussian_kernel(nchan, kwidth)
test_task_sdsmooth.py:43: in gaussian_kernel
    g = signal.gaussian(nchan, sigma, False)
E   AttributeError: module 'scipy.signal' has no attribute 'gaussian'
Collapse Failed test_task_sdsmooth sdsmooth_test_weight.test_sdsmooth_weight_gauss01 History
Test Tasks Many Linux 2.28 Py3.10 4 secs
AttributeError: module 'scipy.signal' has no attribute 'gaussian'
test_task_sdsmooth.py:414: in test_sdsmooth_weight_gauss01
    self.run_test(kwidth=5)
test_task_sdsmooth.py:195: in run_test
    kernel_array = gaussian_kernel(nchan, kwidth)
test_task_sdsmooth.py:43: in gaussian_kernel
    g = signal.gaussian(nchan, sigma, False)
E   AttributeError: module 'scipy.signal' has no attribute 'gaussian'
Collapse Failed test_tool_componentlist componentlist_test.test_table_keyword_interface History
Test Tools Many Linux 2.28 Py3.10 < 1 sec
AttributeError: 'componentlist' object has no attribute 'putkeyword'
test_tool_componentlist.py:123: in test_table_keyword_interface
    cl.putkeyword, {'keyword': 'metadata', 'value': 'x'}, msg, exc=RuntimeError
E   AttributeError: 'componentlist' object has no attribute 'putkeyword'
Collapse Failed test_tool_componentlist componentlist_test.test_table_keyword_interface History
Test Tools Many Linux 2014 Py3.10 < 1 sec
AttributeError: 'componentlist' object has no attribute 'putkeyword'
test_tool_componentlist.py:123: in test_table_keyword_interface
    cl.putkeyword, {'keyword': 'metadata', 'value': 'x'}, msg, exc=RuntimeError
E   AttributeError: 'componentlist' object has no attribute 'putkeyword'
Collapse Failed test_tool_componentlist componentlist_test.test_table_keyword_interface History
Test Tools Macos 12 Py3.10 < 1 sec
AttributeError: 'componentlist' object has no attribute 'putkeyword'
test_tool_componentlist.py:123: in test_table_keyword_interface
    cl.putkeyword, {'keyword': 'metadata', 'value': 'x'}, msg, exc=RuntimeError
E   AttributeError: 'componentlist' object has no attribute 'putkeyword'
Collapse Failed test_tool_image ia_convolve2d_test.test_multi_channel_multi_pol History
Test Tools Many Linux 2.28 Py3.10 1 sec
RuntimeError: Exception: At least one of the beams in the beam set of Temporary_Image is null and thus invalid.
... thrown by void casacore::ImageInfo::checkBeamSet(const casacore::CoordinateSystem&, const casacore::IPosition&, const casacore::String&) const at File: /source/casa6/casatools/casacore/images/Images/ImageInfo.cc, line: 651
test_tool_image.py:1128: in test_multi_channel_multi_pol
    z = yy.convolve2d("", major="5arcmin", minor="4arcmin", pa="20deg")
../../../../venv/lib/python3.10/site-packages/casatools/image.py:1062: in convolve2d
    return _wrap_image(swig_object=self._swigobj.convolve2d(outfile, axes, type, major, minor, pa, scale, region, mask, overwrite, stretch, targetres, beam))
../../../../venv/lib/python3.10/site-packages/casatools/__casac__/image.py:2411: in convolve2d
    return _image.image_convolve2d(self, *args, **kwargs)
(2 more lines...)
Collapse Failed test_tool_image ia_convolve2d_test.test_precision History
Test Tools Many Linux 2.28 Py3.10 < 1 sec
AssertionError: False is not true : table cache is not empty
test_tool_image.py:852: in tearDown
    self.assertTrue(len(self.tb.showcache()) == 0, 'table cache is not empty')
E   AssertionError: False is not true : table cache is not empty
Collapse Failed test_tool_image ia_convolve2d_test.test_multibeam History
Test Tools Many Linux 2.28 Py3.10 < 1 sec
AssertionError: False is not true : table cache is not empty
test_tool_image.py:852: in tearDown
    self.assertTrue(len(self.tb.showcache()) == 0, 'table cache is not empty')
E   AssertionError: False is not true : table cache is not empty
Collapse Failed test_tool_image ia_convolve2d_test.test_multi_channel_multi_pol History
Test Tools Macos 12 Py3.10 < 1 sec
RuntimeError: Exception: At least one of the beams in the beam set of Temporary_Image is null and thus invalid.
... thrown by void casacore::ImageInfo::checkBeamSet(const casacore::CoordinateSystem &, const casacore::IPosition &, const casacore::String &) const at File: ../../images/Images/ImageInfo.cc, line: 655
test_tool_image.py:1128: in test_multi_channel_multi_pol
    z = yy.convolve2d("", major="5arcmin", minor="4arcmin", pa="20deg")
../../../../casa6testenv/lib/python3.10/site-packages/casatools/image.py:1062: in convolve2d
    return _wrap_image(swig_object=self._swigobj.convolve2d(outfile, axes, type, major, minor, pa, scale, region, mask, overwrite, stretch, targetres, beam))
../../../../casa6testenv/lib/python3.10/site-packages/casatools/__casac__/image.py:2314: in convolve2d
    return _image.image_convolve2d(self, *args, **kwargs)
(2 more lines...)
Collapse Failed test_tool_image ia_convolve2d_test.test_precision History
Test Tools Macos 12 Py3.10 < 1 sec
AssertionError: False is not true : table cache is not empty
test_tool_image.py:852: in tearDown
    self.assertTrue(len(self.tb.showcache()) == 0, 'table cache is not empty')
E   AssertionError: False is not true : table cache is not empty
Collapse Failed test_tool_image ia_convolve2d_test.test_multibeam History
Test Tools Macos 12 Py3.10 < 1 sec
AssertionError: False is not true : table cache is not empty
test_tool_image.py:852: in tearDown
    self.assertTrue(len(self.tb.showcache()) == 0, 'table cache is not empty')
E   AssertionError: False is not true : table cache is not empty
Collapse Failed test_tool_image ia_convolve2d_test.test_multi_channel_multi_pol History
Test Tools Many Linux 2014 Py3.10 < 1 sec
RuntimeError: Exception: At least one of the beams in the beam set of Temporary_Image is null and thus invalid.
... thrown by void casacore::ImageInfo::checkBeamSet(const casacore::CoordinateSystem&, const casacore::IPosition&, const casacore::String&) const at File: /source/casa6/casatools/casacore/images/Images/ImageInfo.cc, line: 651
test_tool_image.py:1128: in test_multi_channel_multi_pol
    z = yy.convolve2d("", major="5arcmin", minor="4arcmin", pa="20deg")
../../../../venv/lib/python3.10/site-packages/casatools/image.py:1062: in convolve2d
    return _wrap_image(swig_object=self._swigobj.convolve2d(outfile, axes, type, major, minor, pa, scale, region, mask, overwrite, stretch, targetres, beam))
../../../../venv/lib/python3.10/site-packages/casatools/__casac__/image.py:2317: in convolve2d
    return _image.image_convolve2d(self, *args, **kwargs)
(2 more lines...)
Collapse Failed test_tool_image ia_convolve2d_test.test_multibeam History
Test Tools Many Linux 2014 Py3.10 < 1 sec
AssertionError: False is not true : table cache is not empty
test_tool_image.py:852: in tearDown
    self.assertTrue(len(self.tb.showcache()) == 0, 'table cache is not empty')
E   AssertionError: False is not true : table cache is not empty
Collapse Failed test_tool_image ia_convolve2d_test.test_precision History
Test Tools Many Linux 2014 Py3.10 < 1 sec
AssertionError: False is not true : table cache is not empty
test_tool_image.py:852: in tearDown
    self.assertTrue(len(self.tb.showcache()) == 0, 'table cache is not empty')
E   AssertionError: False is not true : table cache is not empty
Skipped tests 100
Status Test Failing since View job
Skipped test_task_cvel cvel_test.test29 History
Test Tasks Many Linux 2014 Py3.10
Skipped test_task_cvel cvel_test.test28 History
Test Tasks Many Linux 2014 Py3.10
Skipped test_task_cvel cvel_test.test19 History
Test Tasks Many Linux 2014 Py3.10
Skipped test_task_cvel cvel_test.test20 History
Test Tasks Many Linux 2014 Py3.10
Skipped test_task_cvel cvel_test.test43 History
Test Tasks Many Linux 2014 Py3.10
Skipped test_task_cvel cvel_test.test44 History
Test Tasks Many Linux 2014 Py3.10
Skipped test_task_cvel cvel_test.test47 History
Test Tasks Many Linux 2014 Py3.10
Skipped test_task_cvel cvel_test.test24 History
Test Tasks Many Linux 2014 Py3.10
Skipped test_task_cvel cvel_test.test45 History
Test Tasks Many Linux 2014 Py3.10
Skipped test_task_cvel cvel_test.test22 History
Test Tasks Many Linux 2014 Py3.10
Skipped test_task_cvel cvel_test.test20 History
Test Tasks Many Linux 2.28 Py3.10
Skipped test_task_cvel cvel_test.test19 History
Test Tasks Many Linux 2.28 Py3.10
Skipped test_task_cvel cvel_test.test47 History
Test Tasks Many Linux 2.28 Py3.10
Skipped test_task_cvel cvel_test.test29 History
Test Tasks Many Linux 2.28 Py3.10
Skipped test_task_cvel cvel_test.test43 History
Test Tasks Many Linux 2.28 Py3.10
Skipped test_task_cvel cvel_test.test44 History
Test Tasks Many Linux 2.28 Py3.10
Skipped test_task_cvel cvel_test.test28 History
Test Tasks Many Linux 2.28 Py3.10
Skipped test_task_cvel cvel_test.test45 History
Test Tasks Many Linux 2.28 Py3.10
Skipped test_task_cvel cvel_test.test22 History
Test Tasks Many Linux 2.28 Py3.10
Skipped test_task_cvel cvel_test.test24 History
Test Tasks Many Linux 2.28 Py3.10
Skipped test_task_cvel cvel_test.test24 History
Test Tasks Macos 12 Py3.10
Skipped test_task_cvel cvel_test.test22 History
Test Tasks Macos 12 Py3.10
Skipped test_task_cvel cvel_test.test19 History
Test Tasks Macos 12 Py3.10
Skipped test_task_cvel cvel_test.test29 History
Test Tasks Macos 12 Py3.10
Skipped test_task_cvel cvel_test.test28 History
Test Tasks Macos 12 Py3.10
Skipped test_task_cvel cvel_test.test47 History
Test Tasks Macos 12 Py3.10
Skipped test_task_cvel cvel_test.test20 History
Test Tasks Macos 12 Py3.10
Skipped test_task_cvel cvel_test.test43 History
Test Tasks Macos 12 Py3.10
Skipped test_task_cvel cvel_test.test44 History
Test Tasks Macos 12 Py3.10
Skipped test_task_cvel cvel_test.test45 History
Test Tasks Macos 12 Py3.10
Skipped test_task_deconvolve test_imgval.test_imgval_startmodel_basic_copy History
Test Tasks Many Linux 2014 Py3.10
Skipped test_task_deconvolve test_imgval.test_imgval_startmodel_empty History
Test Tasks Many Linux 2014 Py3.10
Skipped test_task_deconvolve test_mtmfsimgval.test_mtmfsimgval_startmodel_empty History
Test Tasks Many Linux 2014 Py3.10
Skipped test_task_deconvolve test_mtmfsimgval.test_mtmfsimgval_startmodel_basic_copy History
Test Tasks Many Linux 2014 Py3.10
Skipped test_task_deconvolve test_multirun.test_multirun_aspasp History
Test Tasks Many Linux 2014 Py3.10
Skipped test_task_deconvolve test_onefield.test_onefield_asp History
Test Tasks Many Linux 2014 Py3.10
Skipped test_task_exportasdm exportasdm_test.test10 History
Test Tasks Many Linux 2014 Py3.10
Skipped test_task_exportasdm exportasdm_test.test10 History
Test Tasks Macos 12 Py3.10
Skipped test_task_exportasdm exportasdm_test.test10 History
Test Tasks Many Linux 2.28 Py3.10
Skipped test_task_flagdata test_auto_methods_display.test_display_rflag_timeavg_chanavg_extendflags History
Test Tasks Macos 12 Py3.10
Skipped test_task_flagdata test_auto_methods_display.test_display_all_auto_timeavg_chanavg_extendflags_list_antint History
Test Tasks Macos 12 Py3.10
Skipped test_task_flagdata test_auto_methods_display.test_display_clip_timeavg_chanavg History
Test Tasks Macos 12 Py3.10
Skipped test_task_flagdata test_auto_methods_display.test_display_tfcrop_timeavg_chanavg_extendflags History
Test Tasks Macos 12 Py3.10
Skipped test_task_flagdata test_auto_methods_display.test_display_tfcrop_timeavg_chanavg_extendflags History
Test Tasks Many Linux 2.28 Py3.10
Skipped test_task_flagdata test_auto_methods_display.test_display_all_auto_timeavg_chanavg_extendflags_list_antint History
Test Tasks Many Linux 2.28 Py3.10
Skipped test_task_flagdata test_auto_methods_display.test_display_clip_timeavg_chanavg History
Test Tasks Many Linux 2.28 Py3.10
Skipped test_task_flagdata test_auto_methods_display.test_display_rflag_timeavg_chanavg_extendflags History
Test Tasks Many Linux 2.28 Py3.10
Skipped test_task_flagdata test_auto_methods_display.test_display_clip_timeavg_chanavg History
Test Tasks Many Linux 2014 Py3.10
Skipped test_task_flagdata test_auto_methods_display.test_display_rflag_timeavg_chanavg_extendflags History
Test Tasks Many Linux 2014 Py3.10
Skipped test_task_flagdata test_auto_methods_display.test_display_all_auto_timeavg_chanavg_extendflags_list_antint History
Test Tasks Many Linux 2014 Py3.10
Skipped test_task_flagdata test_auto_methods_display.test_display_tfcrop_timeavg_chanavg_extendflags History
Test Tasks Many Linux 2014 Py3.10
Skipped test_task_importasdm_mms asdm_import8.test_mms5 History
Test Tasks Macos 12 Py3.10
Skipped test_task_mstransform test_spectrum_transformations_median.test_timeavg_median_data History
Test Tasks Many Linux 2014 Py3.10
Skipped test_task_mstransform test_spectrum_transformations_median.test_spw_separation_median_model History
Test Tasks Many Linux 2014 Py3.10
Skipped test_task_mstransform test_spectrum_transformations_median.test_spw_separation_median_data History
Test Tasks Many Linux 2014 Py3.10
Skipped test_task_mstransform test_spectrum_transformations_median.test_timeavg_chanavg_median_all History
Test Tasks Many Linux 2014 Py3.10
Skipped test_task_mstransform test_spectrum_transformations_median.test_timeavg_chanavg_median_data History
Test Tasks Many Linux 2014 Py3.10
Skipped test_task_mstransform test_spectrum_transformations_median.test_timeavg_median_model History
Test Tasks Many Linux 2014 Py3.10
Skipped test_task_mstransform test_regridms_multiple_spws.test_combine_regrid_fftshift History
Test Tasks Many Linux 2014 Py3.10
Skipped test_task_mstransform test_Shape.test_shape2 History
Test Tasks Many Linux 2014 Py3.10
Skipped test_task_mstransform test_spectrum_transformations_median.test_timeavg_chanavg_median_corrected History
Test Tasks Many Linux 2014 Py3.10
Skipped test_task_mstransform test_WeightSpectrum.test_fillWeightSpectrumFromWeight History
Test Tasks Many Linux 2014 Py3.10
Skipped test_task_mstransform test_spectrum_transformations_weight_zero_flag_set.test_timeavg_chanavg_weight_zero_flag_set_corrected History
Test Tasks Many Linux 2014 Py3.10
Skipped test_task_mstransform test_spectrum_transformations_median.test_timeavg_median_corrected History
Test Tasks Many Linux 2014 Py3.10
Skipped test_task_mstransform test_radial_velocity_correction_largetimerange.test_descending_freq History
Test Tasks Many Linux 2014 Py3.10
Skipped test_task_mstransform test_radial_velocity_correction_largetimerange.test_ascending_freq History
Test Tasks Many Linux 2014 Py3.10
Skipped test_task_mstransform test_spectrum_transformations_median.test_chanavg_median_corrected History
Test Tasks Many Linux 2014 Py3.10
Skipped test_task_mstransform test_spectrum_transformations_weight_zero_flag_set.test_chanavg_weight_zero_flag_set_corrected History
Test Tasks Many Linux 2014 Py3.10
Skipped test_task_mstransform test_spectrum_transformations_median.test_chanavg_median_all History
Test Tasks Many Linux 2014 Py3.10
Skipped test_task_mstransform test_spectrum_transformations_median.test_chanavg_median_model History
Test Tasks Many Linux 2014 Py3.10
Skipped test_task_mstransform test_spectrum_transformations_median.test_timeavg_chanavg_median_model History
Test Tasks Many Linux 2014 Py3.10
Skipped test_task_mstransform test_spectrum_transformations_median.test_spw_separation_median_corrected History
Test Tasks Many Linux 2014 Py3.10
Skipped test_task_mstransform test_spectrum_transformations_median.test_spw_separation_median_all History
Test Tasks Many Linux 2014 Py3.10
Skipped test_task_mstransform test_spectrum_transformations_median.test_chanavg_median_data History
Test Tasks Many Linux 2014 Py3.10
Skipped test_task_mstransform test_spectrum_transformations_weight_zero_flag_set.test_timeavg_weight_zero_flag_set_corrected History
Test Tasks Many Linux 2014 Py3.10
Skipped test_task_mstransform test_channelAverageByDefault.test_channelAverageByDefaultInVelocityMode History
Test Tasks Many Linux 2014 Py3.10
Skipped test_task_mstransform test_spectrum_transformations_median.test_timeavg_median_all History
Test Tasks Many Linux 2014 Py3.10
Skipped test_task_mstransform test_spectrum_transformations_median.test_timeavg_median_data History
Test Tasks Macos 12 Py3.10
Skipped test_task_mstransform test_spectrum_transformations_median.test_spw_separation_median_data History
Test Tasks Macos 12 Py3.10
Skipped test_task_mstransform test_spectrum_transformations_median.test_timeavg_chanavg_median_data History
Test Tasks Macos 12 Py3.10
Skipped test_task_mstransform test_spectrum_transformations_median.test_timeavg_chanavg_median_model History
Test Tasks Macos 12 Py3.10
Skipped test_task_mstransform test_spectrum_transformations_median.test_timeavg_median_all History
Test Tasks Macos 12 Py3.10
Skipped test_task_mstransform test_spectrum_transformations_median.test_spw_separation_median_corrected History
Test Tasks Macos 12 Py3.10
Skipped test_task_mstransform test_radial_velocity_correction_largetimerange.test_ascending_freq History
Test Tasks Macos 12 Py3.10
Skipped test_task_mstransform test_spectrum_transformations_median.test_spw_separation_median_all History
Test Tasks Macos 12 Py3.10
Skipped test_task_mstransform test_spectrum_transformations_weight_zero_flag_set.test_timeavg_weight_zero_flag_set_corrected History
Test Tasks Macos 12 Py3.10
Skipped test_task_mstransform test_channelAverageByDefault.test_channelAverageByDefaultInVelocityMode History
Test Tasks Macos 12 Py3.10
Skipped test_task_mstransform test_spectrum_transformations_median.test_chanavg_median_all History
Test Tasks Macos 12 Py3.10
Skipped test_task_mstransform test_spectrum_transformations_median.test_chanavg_median_model History
Test Tasks Macos 12 Py3.10
Skipped test_task_mstransform test_spectrum_transformations_median.test_chanavg_median_data History
Test Tasks Macos 12 Py3.10
Skipped test_task_mstransform test_spectrum_transformations_weight_zero_flag_set.test_chanavg_weight_zero_flag_set_corrected History
Test Tasks Macos 12 Py3.10
Skipped test_task_mstransform test_spectrum_transformations_median.test_timeavg_median_corrected History
Test Tasks Macos 12 Py3.10
Skipped test_task_mstransform test_spectrum_transformations_median.test_timeavg_median_model History
Test Tasks Macos 12 Py3.10
Skipped test_task_mstransform test_WeightSpectrum.test_fillWeightSpectrumFromWeight History
Test Tasks Macos 12 Py3.10
Skipped test_task_mstransform test_spectrum_transformations_weight_zero_flag_set.test_timeavg_chanavg_weight_zero_flag_set_corrected History
Test Tasks Macos 12 Py3.10
Skipped test_task_mstransform test_radial_velocity_correction_largetimerange.test_descending_freq History
Test Tasks Macos 12 Py3.10
Skipped test_task_mstransform test_spectrum_transformations_median.test_chanavg_median_corrected History
Test Tasks Macos 12 Py3.10
Skipped test_task_mstransform test_Shape.test_shape2 History
Test Tasks Macos 12 Py3.10
Skipped test_task_mstransform test_regridms_multiple_spws.test_combine_regrid_fftshift History
Test Tasks Macos 12 Py3.10
Skipped test_task_mstransform test_spectrum_transformations_median.test_timeavg_chanavg_median_all History
Test Tasks Macos 12 Py3.10