Build: #2 failed
Job: Test Tasks RHEL7 failed
Full log: Test case result
The below summarizes the result of the test "Full log" in build 2 of CASA - Casa 6 Dev Test Full - CAS-14008 - Test Tasks RHEL7.
- Description
- Full log
- Test class
- test_task_plotbandpass
- Method
- full log
- Duration
- 2 mins
- Status
- Failed (New Failure)
Error Log
2023-01-11 21:22:00 SEVERE msmetadata_cmpt.cc::baseband Exception Reported: This MS's SPECTRAL_WINDOW table does not have a BBC_NO column
sh: convert: command not found
.2023-01-11 21:22:07 SEVERE msmetadata_cmpt.cc::baseband Exception Reported: This MS's SPECTRAL_WINDOW table does not have a BBC_NO column
sh: convert: command not found
.2023-01-11 21:22:14 SEVERE msmetadata_cmpt.cc::baseband Exception Reported: This MS's SPECTRAL_WINDOW table does not have a BBC_NO column
sh: convert: command not found
.2023-01-11 21:22:21 SEVERE msmetadata_cmpt.cc::baseband Exception Reported: This MS's SPECTRAL_WINDOW table does not have a BBC_NO column
sh: convert: command not found
.2023-01-11 21:22:47 SEVERE msmetadata_cmpt.cc::baseband Exception Reported: This MS's SPECTRAL_WINDOW table does not have a BBC_NO column
sh: convert: command not found
.2023-01-11 21:22:53 SEVERE msmetadata_cmpt.cc::baseband Exception Reported: This MS's SPECTRAL_WINDOW table does not have a BBC_NO column
2023-01-11 21:22:53 SEVERE plotbandpass::::casa Task plotbandpass raised an exception of class AttributeError with the following message: module 'numpy' has no attribute 'int'
E2023-01-11 21:22:53 SEVERE msmetadata_cmpt.cc::baseband Exception Reported: This MS's SPECTRAL_WINDOW table does not have a BBC_NO column
2023-01-11 21:22:54 SEVERE plotbandpass::::casa Task plotbandpass raised an exception of class AttributeError with the following message: module 'numpy' has no attribute 'int'
E2023-01-11 21:22:54 SEVERE msmetadata_cmpt.cc::baseband Exception Reported: This MS's SPECTRAL_WINDOW table does not have a BBC_NO column
2023-01-11 21:22:54 SEVERE plotbandpass::::casa Task plotbandpass raised an exception of class AttributeError with the following message: module 'numpy' has no attribute 'int'
E2023-01-11 21:22:54 SEVERE msmetadata_cmpt.cc::baseband Exception Reported: This MS's SPECTRAL_WINDOW table does not have a BBC_NO column
sh: convert: command not found
.2023-01-11 21:22:59 SEVERE msmetadata_cmpt.cc::baseband Exception Reported: This MS's SPECTRAL_WINDOW table does not have a BBC_NO column
sh: convert: command not found
.2023-01-11 21:23:04 SEVERE msmetadata_cmpt.cc::baseband Exception Reported: This MS's SPECTRAL_WINDOW table does not have a BBC_NO column
2023-01-11 21:23:04 SEVERE plotbandpass::::casa Task plotbandpass raised an exception of class AttributeError with the following message: module 'numpy' has no attribute 'int'
Essssssssssssssh: convert: command not found
.sh: convert: command not found
.sh: convert: command not found
.sh: convert: command not found
.sh: convert: command not found
.sh: convert: command not found
.2023-01-11 21:23:40 SEVERE plotbandpass::::casa Task plotbandpass raised an exception of class AttributeError with the following message: module 'numpy' has no attribute 'int'
E2023-01-11 21:23:41 WARN msmetadata_cmpt.cc::spwsforintent Intent OBSERVE_TARGET#ON_SOURCE does not exist in this dataset.
2023-01-11 21:23:41 SEVERE plotbandpass::::casa Task plotbandpass raised an exception of class AttributeError with the following message: module 'numpy' has no attribute 'int'
Esh: convert: command not found
.2023-01-11 21:23:49 SEVERE plotbandpass::::casa Task plotbandpass raised an exception of class AttributeError with the following message: module 'numpy' has no attribute 'int'
Esh: convert: command not found
.sh: convert: command not found
.sh: convert: command not found
.sh: convert: command not found
.sh: convert: command not found
.ssssssssssssssssss2023-01-11 21:24:02 WARN msmetadata_cmpt.cc::spwsforintent Intent OBSERVE_TARGET#ON_SOURCE does not exist in this dataset.
2023-01-11 21:24:02 SEVERE plotbandpass::::casa Task plotbandpass raised an exception of class AttributeError with the following message: module 'numpy' has no attribute 'int'
Esssssssssssssssssssssssssssssssssssssssssssss
======================================================================
ERROR: test_createImage_regression05 (__main__.plotbandpass_1_test)
test_plotbandpass: test_createImage_regression05
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/casatest/casa6/casatasks/tests/tasks/test_task_plotbandpass.py", line 199, in test_createImage_regression05
plotbandpass(datapath+'bandpass.bcal',showatm=True,xaxis='chan',yaxis='amp',overlay='antenna',spw='',field='',
File "/usr/local/lib/python3.8/site-packages/casatasks/plotbandpass.py", line 166, in __call__
task_result = _plotbandpass_t( _pc.document['caltable'], _pc.document['antenna'], _pc.document['field'], _pc.document['spw'], _pc.document['yaxis'], _pc.document['xaxis'], _pc.document['figfile'], _pc.document['plotrange'], _pc.document['caltable2'], _pc.document['overlay'], _pc.document['showflagged'], _pc.document['timeranges'], _pc.document['buildpdf'], _pc.document['caltable3'], _pc.document['markersize'], _pc.document['density'], _pc.document['interactive'], _pc.document['showpoints'], _pc.document['showlines'], _pc.document['subplot'], _pc.document['zoom'], _pc.document['poln'], _pc.document['showatm'], _pc.document['pwv'], _pc.document['gs'], _pc.document['convert'], _pc.document['chanrange'], _pc.document['solutionTimeThresholdSeconds'], _pc.document['debug'], _pc.document['phase'], _pc.document['vis'], _pc.document['showtsky'], _pc.document['showfdm'], _pc.document['showatmfield'], _pc.document['lo1'], _pc.document['showimage'], _pc.document['showatmpoints'], _pc.document['parentms'], _pc.document['pdftk'], _pc.document['channeldiff'], _pc.document['edge'], _pc.document['resample'], _pc.document['platformingThreshold'], _pc.document['platformingSigma'], _pc.document['basebands'], _pc.document['showBasebandNumber'], _pc.document['scans'], _pc.document['figfileSequential'], _pc.document['chanrangeSetXrange'] )
File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_plotbandpass.py", line 714, in func_old_style
return func(*args, **kwargs)
File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_plotbandpass.py", line 3098, in plotbandpass
CalcAtmTransmission(channels, frequencies, xaxis, pwv,
File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_plotbandpass.py", line 5558, in CalcAtmTransmission
[conditions,myTimes] = getWeather(vis,bestscan,antenna,verbose,mymsmd)
File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_plotbandpass.py", line 7094, in getWeather
type(selectedValues) == np.int):
File "/usr/local/lib/python3.8/site-packages/numpy/__init__.py", line 284, in __getattr__
raise AttributeError("module {!r} has no attribute "
AttributeError: module 'numpy' has no attribute 'int'
======================================================================
ERROR: test_createImage_regression06 (__main__.plotbandpass_1_test)
test_plotbandpass: test_createImage_regression06
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/casatest/casa6/casatasks/tests/tasks/test_task_plotbandpass.py", line 208, in test_createImage_regression06
plotbandpass(datapath+'bandpass.bcal',showatm=True,xaxis='chan',yaxis='amp',spw='',field='',plotrange=[1200,3840,0,0],
File "/usr/local/lib/python3.8/site-packages/casatasks/plotbandpass.py", line 166, in __call__
task_result = _plotbandpass_t( _pc.document['caltable'], _pc.document['antenna'], _pc.document['field'], _pc.document['spw'], _pc.document['yaxis'], _pc.document['xaxis'], _pc.document['figfile'], _pc.document['plotrange'], _pc.document['caltable2'], _pc.document['overlay'], _pc.document['showflagged'], _pc.document['timeranges'], _pc.document['buildpdf'], _pc.document['caltable3'], _pc.document['markersize'], _pc.document['density'], _pc.document['interactive'], _pc.document['showpoints'], _pc.document['showlines'], _pc.document['subplot'], _pc.document['zoom'], _pc.document['poln'], _pc.document['showatm'], _pc.document['pwv'], _pc.document['gs'], _pc.document['convert'], _pc.document['chanrange'], _pc.document['solutionTimeThresholdSeconds'], _pc.document['debug'], _pc.document['phase'], _pc.document['vis'], _pc.document['showtsky'], _pc.document['showfdm'], _pc.document['showatmfield'], _pc.document['lo1'], _pc.document['showimage'], _pc.document['showatmpoints'], _pc.document['parentms'], _pc.document['pdftk'], _pc.document['channeldiff'], _pc.document['edge'], _pc.document['resample'], _pc.document['platformingThreshold'], _pc.document['platformingSigma'], _pc.document['basebands'], _pc.document['showBasebandNumber'], _pc.document['scans'], _pc.document['figfileSequential'], _pc.document['chanrangeSetXrange'] )
File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_plotbandpass.py", line 714, in func_old_style
return func(*args, **kwargs)
File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_plotbandpass.py", line 3098, in plotbandpass
CalcAtmTransmission(channels, frequencies, xaxis, pwv,
File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_plotbandpass.py", line 5558, in CalcAtmTransmission
[conditions,myTimes] = getWeather(vis,bestscan,antenna,verbose,mymsmd)
File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_plotbandpass.py", line 7094, in getWeather
type(selectedValues) == np.int):
File "/usr/local/lib/python3.8/site-packages/numpy/__init__.py", line 284, in __getattr__
raise AttributeError("module {!r} has no attribute "
AttributeError: module 'numpy' has no attribute 'int'
======================================================================
ERROR: test_createImage_regression07 (__main__.plotbandpass_1_test)
test_plotbandpass: test_createImage_regression07
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/casatest/casa6/casatasks/tests/tasks/test_task_plotbandpass.py", line 217, in test_createImage_regression07
plotbandpass(datapath+'bandpass.bcal',showtsky=False,xaxis='chan',yaxis='amp',overlay='antenna',spw='',field='',showatm=True,
File "/usr/local/lib/python3.8/site-packages/casatasks/plotbandpass.py", line 166, in __call__
task_result = _plotbandpass_t( _pc.document['caltable'], _pc.document['antenna'], _pc.document['field'], _pc.document['spw'], _pc.document['yaxis'], _pc.document['xaxis'], _pc.document['figfile'], _pc.document['plotrange'], _pc.document['caltable2'], _pc.document['overlay'], _pc.document['showflagged'], _pc.document['timeranges'], _pc.document['buildpdf'], _pc.document['caltable3'], _pc.document['markersize'], _pc.document['density'], _pc.document['interactive'], _pc.document['showpoints'], _pc.document['showlines'], _pc.document['subplot'], _pc.document['zoom'], _pc.document['poln'], _pc.document['showatm'], _pc.document['pwv'], _pc.document['gs'], _pc.document['convert'], _pc.document['chanrange'], _pc.document['solutionTimeThresholdSeconds'], _pc.document['debug'], _pc.document['phase'], _pc.document['vis'], _pc.document['showtsky'], _pc.document['showfdm'], _pc.document['showatmfield'], _pc.document['lo1'], _pc.document['showimage'], _pc.document['showatmpoints'], _pc.document['parentms'], _pc.document['pdftk'], _pc.document['channeldiff'], _pc.document['edge'], _pc.document['resample'], _pc.document['platformingThreshold'], _pc.document['platformingSigma'], _pc.document['basebands'], _pc.document['showBasebandNumber'], _pc.document['scans'], _pc.document['figfileSequential'], _pc.document['chanrangeSetXrange'] )
File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_plotbandpass.py", line 714, in func_old_style
return func(*args, **kwargs)
File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_plotbandpass.py", line 3098, in plotbandpass
CalcAtmTransmission(channels, frequencies, xaxis, pwv,
File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_plotbandpass.py", line 5558, in CalcAtmTransmission
[conditions,myTimes] = getWeather(vis,bestscan,antenna,verbose,mymsmd)
File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_plotbandpass.py", line 7094, in getWeather
type(selectedValues) == np.int):
File "/usr/local/lib/python3.8/site-packages/numpy/__init__.py", line 284, in __getattr__
raise AttributeError("module {!r} has no attribute "
AttributeError: module 'numpy' has no attribute 'int'
======================================================================
ERROR: test_createImage_regression10 (__main__.plotbandpass_1_test)
test_plotbandpass: test_createImage_regression10
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/casatest/casa6/casatasks/tests/tasks/test_task_plotbandpass.py", line 245, in test_createImage_regression10
plotbandpass(datapath+'bandpass.bcal',overlay='antenna',yaxis='amp',field='0~1,4',xaxis='freq',showtsky=True,
File "/usr/local/lib/python3.8/site-packages/casatasks/plotbandpass.py", line 166, in __call__
task_result = _plotbandpass_t( _pc.document['caltable'], _pc.document['antenna'], _pc.document['field'], _pc.document['spw'], _pc.document['yaxis'], _pc.document['xaxis'], _pc.document['figfile'], _pc.document['plotrange'], _pc.document['caltable2'], _pc.document['overlay'], _pc.document['showflagged'], _pc.document['timeranges'], _pc.document['buildpdf'], _pc.document['caltable3'], _pc.document['markersize'], _pc.document['density'], _pc.document['interactive'], _pc.document['showpoints'], _pc.document['showlines'], _pc.document['subplot'], _pc.document['zoom'], _pc.document['poln'], _pc.document['showatm'], _pc.document['pwv'], _pc.document['gs'], _pc.document['convert'], _pc.document['chanrange'], _pc.document['solutionTimeThresholdSeconds'], _pc.document['debug'], _pc.document['phase'], _pc.document['vis'], _pc.document['showtsky'], _pc.document['showfdm'], _pc.document['showatmfield'], _pc.document['lo1'], _pc.document['showimage'], _pc.document['showatmpoints'], _pc.document['parentms'], _pc.document['pdftk'], _pc.document['channeldiff'], _pc.document['edge'], _pc.document['resample'], _pc.document['platformingThreshold'], _pc.document['platformingSigma'], _pc.document['basebands'], _pc.document['showBasebandNumber'], _pc.document['scans'], _pc.document['figfileSequential'], _pc.document['chanrangeSetXrange'] )
File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_plotbandpass.py", line 714, in func_old_style
return func(*args, **kwargs)
File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_plotbandpass.py", line 3098, in plotbandpass
CalcAtmTransmission(channels, frequencies, xaxis, pwv,
File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_plotbandpass.py", line 5558, in CalcAtmTransmission
[conditions,myTimes] = getWeather(vis,bestscan,antenna,verbose,mymsmd)
File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_plotbandpass.py", line 7094, in getWeather
type(selectedValues) == np.int):
File "/usr/local/lib/python3.8/site-packages/numpy/__init__.py", line 284, in __getattr__
raise AttributeError("module {!r} has no attribute "
AttributeError: module 'numpy' has no attribute 'int'
======================================================================
ERROR: test_CAS_7715_regression116 (__main__.plotbandpass_CAS_7715_test)
test_plotbandpass: CAS-7715, 64-channel Band 9 Tsys showing offset in image sideband
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/casatest/casa6/casatasks/tests/tasks/test_task_plotbandpass.py", line 1227, in test_CAS_7715_regression116
plotbandpass('uid___A002_Xa1f062_X37e3.ms.tsys',subplot=11,overlay='time',xaxis='freq',
File "/usr/local/lib/python3.8/site-packages/casatasks/plotbandpass.py", line 166, in __call__
task_result = _plotbandpass_t( _pc.document['caltable'], _pc.document['antenna'], _pc.document['field'], _pc.document['spw'], _pc.document['yaxis'], _pc.document['xaxis'], _pc.document['figfile'], _pc.document['plotrange'], _pc.document['caltable2'], _pc.document['overlay'], _pc.document['showflagged'], _pc.document['timeranges'], _pc.document['buildpdf'], _pc.document['caltable3'], _pc.document['markersize'], _pc.document['density'], _pc.document['interactive'], _pc.document['showpoints'], _pc.document['showlines'], _pc.document['subplot'], _pc.document['zoom'], _pc.document['poln'], _pc.document['showatm'], _pc.document['pwv'], _pc.document['gs'], _pc.document['convert'], _pc.document['chanrange'], _pc.document['solutionTimeThresholdSeconds'], _pc.document['debug'], _pc.document['phase'], _pc.document['vis'], _pc.document['showtsky'], _pc.document['showfdm'], _pc.document['showatmfield'], _pc.document['lo1'], _pc.document['showimage'], _pc.document['showatmpoints'], _pc.document['parentms'], _pc.document['pdftk'], _pc.document['channeldiff'], _pc.document['edge'], _pc.document['resample'], _pc.document['platformingThreshold'], _pc.document['platformingSigma'], _pc.document['basebands'], _pc.document['showBasebandNumber'], _pc.document['scans'], _pc.document['figfileSequential'], _pc.document['chanrangeSetXrange'] )
File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_plotbandpass.py", line 714, in func_old_style
return func(*args, **kwargs)
File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_plotbandpass.py", line 3098, in plotbandpass
CalcAtmTransmission(channels, frequencies, xaxis, pwv,
File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_plotbandpass.py", line 5558, in CalcAtmTransmission
[conditions,myTimes] = getWeather(vis,bestscan,antenna,verbose,mymsmd)
File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_plotbandpass.py", line 7094, in getWeather
type(selectedValues) == np.int):
File "/usr/local/lib/python3.8/site-packages/numpy/__init__.py", line 284, in __getattr__
raise AttributeError("module {!r} has no attribute "
AttributeError: module 'numpy' has no attribute 'int'
======================================================================
ERROR: test_CAS_7715_regression117 (__main__.plotbandpass_CAS_7715_test)
test_plotbandpass: CAS-7715, 128-channel Band 9 Tsys showing offset in image sideband
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/casatest/casa6/casatasks/tests/tasks/test_task_plotbandpass.py", line 1234, in test_CAS_7715_regression117
plotbandpass('uid___A002_Xa2ce2e_X54b.ms.tsys',subplot=11,overlay='time',xaxis='freq',
File "/usr/local/lib/python3.8/site-packages/casatasks/plotbandpass.py", line 166, in __call__
task_result = _plotbandpass_t( _pc.document['caltable'], _pc.document['antenna'], _pc.document['field'], _pc.document['spw'], _pc.document['yaxis'], _pc.document['xaxis'], _pc.document['figfile'], _pc.document['plotrange'], _pc.document['caltable2'], _pc.document['overlay'], _pc.document['showflagged'], _pc.document['timeranges'], _pc.document['buildpdf'], _pc.document['caltable3'], _pc.document['markersize'], _pc.document['density'], _pc.document['interactive'], _pc.document['showpoints'], _pc.document['showlines'], _pc.document['subplot'], _pc.document['zoom'], _pc.document['poln'], _pc.document['showatm'], _pc.document['pwv'], _pc.document['gs'], _pc.document['convert'], _pc.document['chanrange'], _pc.document['solutionTimeThresholdSeconds'], _pc.document['debug'], _pc.document['phase'], _pc.document['vis'], _pc.document['showtsky'], _pc.document['showfdm'], _pc.document['showatmfield'], _pc.document['lo1'], _pc.document['showimage'], _pc.document['showatmpoints'], _pc.document['parentms'], _pc.document['pdftk'], _pc.document['channeldiff'], _pc.document['edge'], _pc.document['resample'], _pc.document['platformingThreshold'], _pc.document['platformingSigma'], _pc.document['basebands'], _pc.document['showBasebandNumber'], _pc.document['scans'], _pc.document['figfileSequential'], _pc.document['chanrangeSetXrange'] )
File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_plotbandpass.py", line 714, in func_old_style
return func(*args, **kwargs)
File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_plotbandpass.py", line 3098, in plotbandpass
CalcAtmTransmission(channels, frequencies, xaxis, pwv,
File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_plotbandpass.py", line 5558, in CalcAtmTransmission
[conditions,myTimes] = getWeather(vis,bestscan,antenna,verbose,mymsmd)
File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_plotbandpass.py", line 7094, in getWeather
type(selectedValues) == np.int):
File "/usr/local/lib/python3.8/site-packages/numpy/__init__.py", line 284, in __getattr__
raise AttributeError("module {!r} has no attribute "
AttributeError: module 'numpy' has no attribute 'int'
======================================================================
ERROR: test_CAS_8261_regression118 (__main__.plotbandpass_CAS_8261_test)
test_plotbandpass: test_CAS_8261_regression118
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/casatest/casa6/casatasks/tests/tasks/test_task_plotbandpass.py", line 1256, in test_CAS_8261_regression118
plotbandpass('uid___A002_Xaf2188_X213a.ms.hifa_tsyscal.s6_3.tsyscal.tbl',subplot=11,chanrange='90%',
File "/usr/local/lib/python3.8/site-packages/casatasks/plotbandpass.py", line 166, in __call__
task_result = _plotbandpass_t( _pc.document['caltable'], _pc.document['antenna'], _pc.document['field'], _pc.document['spw'], _pc.document['yaxis'], _pc.document['xaxis'], _pc.document['figfile'], _pc.document['plotrange'], _pc.document['caltable2'], _pc.document['overlay'], _pc.document['showflagged'], _pc.document['timeranges'], _pc.document['buildpdf'], _pc.document['caltable3'], _pc.document['markersize'], _pc.document['density'], _pc.document['interactive'], _pc.document['showpoints'], _pc.document['showlines'], _pc.document['subplot'], _pc.document['zoom'], _pc.document['poln'], _pc.document['showatm'], _pc.document['pwv'], _pc.document['gs'], _pc.document['convert'], _pc.document['chanrange'], _pc.document['solutionTimeThresholdSeconds'], _pc.document['debug'], _pc.document['phase'], _pc.document['vis'], _pc.document['showtsky'], _pc.document['showfdm'], _pc.document['showatmfield'], _pc.document['lo1'], _pc.document['showimage'], _pc.document['showatmpoints'], _pc.document['parentms'], _pc.document['pdftk'], _pc.document['channeldiff'], _pc.document['edge'], _pc.document['resample'], _pc.document['platformingThreshold'], _pc.document['platformingSigma'], _pc.document['basebands'], _pc.document['showBasebandNumber'], _pc.document['scans'], _pc.document['figfileSequential'], _pc.document['chanrangeSetXrange'] )
File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_plotbandpass.py", line 714, in func_old_style
return func(*args, **kwargs)
File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_plotbandpass.py", line 3098, in plotbandpass
CalcAtmTransmission(channels, frequencies, xaxis, pwv,
File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_plotbandpass.py", line 5558, in CalcAtmTransmission
[conditions,myTimes] = getWeather(vis,bestscan,antenna,verbose,mymsmd)
File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_plotbandpass.py", line 7094, in getWeather
type(selectedValues) == np.int):
File "/usr/local/lib/python3.8/site-packages/numpy/__init__.py", line 284, in __getattr__
raise AttributeError("module {!r} has no attribute "
AttributeError: module 'numpy' has no attribute 'int'
======================================================================
ERROR: test_SCOPS_4877_regression124 (__main__.plotbandpass_SCOPS_4877_test)
test_plotbandpass: test_SCOPS_4877_regression124
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/casatest/casa6/casatasks/tests/tasks/test_task_plotbandpass.py", line 1364, in test_SCOPS_4877_regression124
plotbandpass('uid___A002_Xbf792a_X26ec.ms.tsys',overlay='time',showimage=True,showatm=True,showBasebandNumber=True,
File "/usr/local/lib/python3.8/site-packages/casatasks/plotbandpass.py", line 166, in __call__
task_result = _plotbandpass_t( _pc.document['caltable'], _pc.document['antenna'], _pc.document['field'], _pc.document['spw'], _pc.document['yaxis'], _pc.document['xaxis'], _pc.document['figfile'], _pc.document['plotrange'], _pc.document['caltable2'], _pc.document['overlay'], _pc.document['showflagged'], _pc.document['timeranges'], _pc.document['buildpdf'], _pc.document['caltable3'], _pc.document['markersize'], _pc.document['density'], _pc.document['interactive'], _pc.document['showpoints'], _pc.document['showlines'], _pc.document['subplot'], _pc.document['zoom'], _pc.document['poln'], _pc.document['showatm'], _pc.document['pwv'], _pc.document['gs'], _pc.document['convert'], _pc.document['chanrange'], _pc.document['solutionTimeThresholdSeconds'], _pc.document['debug'], _pc.document['phase'], _pc.document['vis'], _pc.document['showtsky'], _pc.document['showfdm'], _pc.document['showatmfield'], _pc.document['lo1'], _pc.document['showimage'], _pc.document['showatmpoints'], _pc.document['parentms'], _pc.document['pdftk'], _pc.document['channeldiff'], _pc.document['edge'], _pc.document['resample'], _pc.document['platformingThreshold'], _pc.document['platformingSigma'], _pc.document['basebands'], _pc.document['showBasebandNumber'], _pc.document['scans'], _pc.document['figfileSequential'], _pc.document['chanrangeSetXrange'] )
File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_plotbandpass.py", line 714, in func_old_style
return func(*args, **kwargs)
File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_plotbandpass.py", line 3098, in plotbandpass
CalcAtmTransmission(channels, frequencies, xaxis, pwv,
File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_plotbandpass.py", line 5558, in CalcAtmTransmission
[conditions,myTimes] = getWeather(vis,bestscan,antenna,verbose,mymsmd)
File "/usr/local/lib/python3.8/site-packages/casatasks/private/task_plotbandpass.py", line 7094, in getWeather
type(selectedValues) == np.int):
File "/usr/local/lib/python3.8/site-packages/numpy/__init__.py", line 284, in __getattr__
raise AttributeError("module {!r} has no attribute "
AttributeError: module 'numpy' has no attribute 'int'
----------------------------------------------------------------------
Ran 103 tests in 122.712s
FAILED (errors=8, skipped=76)