Plan to Run Skipped Test to Know Status
Build: #4 failed Manual run by Akeem Wells
Test results
- 123 tests in total
- 92 tests failed
- 92 failures are new
- 83 minutes taken in total.
| Status | Test | View job | Duration | |
|---|---|---|---|---|
| Collapse |
casatasks
test_task_mstransform.test_spw_separation_median_corrected
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | 11 secs | |
AssertionError: np.False_ is not true : WEIGHT is not median of WEIGHT_SPECTRUM
casatasks/test_task_mstransform.py:3739: in test_spw_separation_median_corrected
self.assertTrue((numpy.abs(weightSpectrumMedian - weight) < 1E-5).all(), 'WEIGHT is not median of WEIGHT_SPECTRUM')
E AssertionError: np.False_ is not true : WEIGHT is not median of WEIGHT_SPECTRUM
|
||||
| Collapse |
casatasks
test_task_simobserve.testBad_Tsky
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | < 1 sec | |
AssertionError: -1 == -1 : Unexpected exception was thrown: {'t_sky': ['min value is 0']}
casatasks/test_task_simobserve.py:2249: in testBad_Tsky
simobserve(project=self.project,skymodel=self.inimage,
../../../../venv/lib/python3.12/site-packages/casatasks/simobserve.py:353: in __call__
assert _pc.validate(doc,schema), create_error_string(_pc.errors)
^^^^^^^^^^^^^^^^^^^^^^^^
E AssertionError: {'t_sky': ['min value is 0']}
(4 more lines...)
|
||||
| Collapse |
casatasks
test_task_mstransform.test_fillWeightSpectrumFromWeight
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | 4 secs | |
ValueError: np.float64(58.92338943481445) != 1.9007
casatasks/test_task_mstransform.py:72: in check_eq
raise ValueError('!=')
E ValueError: !=
During handling of the above exception, another exception occurred:
casatasks/test_task_mstransform.py:1698: in test_fillWeightSpectrumFromWeight
check_eq(weightSpectrum[0][0][0], 1.9007, 0.0001)
(3 more lines...)
|
||||
| Collapse |
casatasks
test_task_simobserve.testBad_graphics
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | < 1 sec | |
AssertionError: -1 == -1 : Unexpected exception was thrown: {'graphics': ['unallowed value badname']}
casatasks/test_task_simobserve.py:2292: in testBad_graphics
simobserve(project=self.project,skymodel=self.inimage,
../../../../venv/lib/python3.12/site-packages/casatasks/simobserve.py:353: in __call__
assert _pc.validate(doc,schema), create_error_string(_pc.errors)
^^^^^^^^^^^^^^^^^^^^^^^^
E AssertionError: {'graphics': ['unallowed value badname']}
(4 more lines...)
|
||||
| Collapse |
casatasks
test_task_mstransform.test_timeavg_chanavg_median_data
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | 6 secs | |
AssertionError: np.False_ is not true : WEIGHT is not median of WEIGHT_SPECTRUM
casatasks/test_task_mstransform.py:3524: in test_timeavg_chanavg_median_data
self.assertTrue((numpy.abs(weightSpectrumMedian - weight) < 1E-5).all(), 'WEIGHT is not median of WEIGHT_SPECTRUM')
E AssertionError: np.False_ is not true : WEIGHT is not median of WEIGHT_SPECTRUM
|
||||
| Collapse |
casatasks
test_task_split.test_wt_rllr
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | < 1 sec | |
ValueError:
array([436583.4375, 273519.8125])
!=
array([410221.34375 , 122627.1640625])
casatasks/test_task_split.py:78: in check_eq
raise ValueError('value != expected')
E ValueError: value != expected
(9 more lines...)
|
||||
| Collapse |
casatasks
test_task_split.test_fc_straightselection
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | < 1 sec | |
KeyError: ('21:37:30~21:39:00', 1, '0s')
casatasks/test_task_split.py:1886: in test_fc_straightselection
check_eq(self.records[('21:37:30~21:39:00', 1, '0s')]['fc'],
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
E KeyError: ('21:37:30~21:39:00', 1, '0s')
|
||||
| Collapse |
casatasks
test_task_sdbaseline.test021
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | 19 secs | |
AssertionError: False is not true : OrionS_rawACSmod_calave.ms_blparam.txt is not identical with the reference!
casatasks/test_task_sdbaseline.py:3461: in test021
self._run_test([['table', 'text', ''], ['table', '', 'csv'], ['', 'text', 'csv']])
casatasks/test_task_sdbaseline.py:3427: in _run_test
self._do_run_test(blformat=blformat, bloutput=bloutput)
casatasks/test_task_sdbaseline.py:3396: in _do_run_test
self.assertTrue(res, msg=f'{the_blout} is not identical with the reference!')
E AssertionError: False is not true : OrionS_rawACSmod_calave.ms_blparam.txt is not identical with the reference!
|
||||
| Collapse |
casatasks
test_task_tclean.test_cube_mtmfs_nterms1
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | < 1 sec | |
RuntimeError: Exception: File tstcc.image.tt0 does not exist..
... thrown by static void casa::ImageFactory::_checkInfile(const casacore::String&) at File: /source/casa6/casatools/src/code/imageanalysis/ImageAnalysis/ImageFactory2.cc, line: 375
casatasks/test_task_tclean.py:3415: in test_cube_mtmfs_nterms1
report=self.th.checkall(ret=ret, imgexist=[self.img+'cc.psf.tt0', self.img+'cc.residual.tt0', self.img+'cc.image.tt0', self.img+'cc.model.tt0'],imgval=[(self.img+'cc.image.tt0',1.0,[100,100,0,0]),(self.img+'cc.image.tt0',0.492,[100,100,0,1]),(self.img+'cc.image.tt0',0.281,[100,100,0,2])])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../../../../venv/lib/python3.12/site-packages/casatestutils/imagerhelpers/imagetesthelpers.py:1214: in checkall
pstr += TestHelpers().check_imval(imgval, epsilon=epsilon)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(16 more lines...)
|
||||
| Collapse |
casatasks
test_task_mstransform.test_ascending_freq
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | 1 sec | |
RuntimeError: ERROR: cvel does not regrid properly for channel widths > or = 2x the native channel width, please use mstransform, clean, or tclean for larger regridding. All earlier versions of CASA also have this issue.
casatasks/test_task_mstransform.py:2746: in test_ascending_freq
cvel(vis=self.vis, outputvis=self.refvis, spw='1', field='Titan',
../../../../venv/lib/python3.12/site-packages/casatasks/cvel.py:263: in __call__
task_result = _cvel_t( _pc.document['vis'], _pc.document['outputvis'], _pc.document['passall'], _pc.document['field'], _pc.document['spw'], _pc.document['selectdata'], _pc.document['antenna'], _pc.document['timerange'], _pc.document['scan'], _pc.document['array'], _pc.document['mode'], _pc.document['nchan'], _pc.document['start'], _pc.document['width'], _pc.document['interpolation'], _pc.document['phasecenter'], _pc.document['restfreq'], _pc.document['outframe'], _pc.document['veltype'], _pc.document['hanning'] )
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../../../../venv/lib/python3.12/site-packages/casatasks/private/task_cvel.py:361: in cvel
raise RuntimeError('ERROR: cvel does not regrid properly for channel '
(1 more lines...)
|
||||
| Collapse |
casatasks
test_task_mstransform.test_chanavg_median_corrected
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | 13 secs | |
AssertionError: np.False_ is not true : WEIGHT is not median of WEIGHT_SPECTRUM
casatasks/test_task_mstransform.py:3370: in test_chanavg_median_corrected
self.assertTrue((numpy.abs(weightSpectrumMedian - weight) < 1E-5).all(), 'WEIGHT is not median of WEIGHT_SPECTRUM')
E AssertionError: np.False_ is not true : WEIGHT is not median of WEIGHT_SPECTRUM
|
||||
| Collapse |
casatasks
test_task_mstransform.test_chanavg_median_data
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | 7 secs | |
AssertionError: np.False_ is not true : WEIGHT is not median of WEIGHT_SPECTRUM
casatasks/test_task_mstransform.py:3462: in test_chanavg_median_data
self.assertTrue((numpy.abs(weightSpectrumMedian - weight) < 1E-5).all(), 'WEIGHT is not median of WEIGHT_SPECTRUM')
E AssertionError: np.False_ is not true : WEIGHT is not median of WEIGHT_SPECTRUM
|
||||
| Collapse |
casatasks
test_flaghelper.test_evaluateParameters2
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | < 1 sec | |
AssertionError: OrderedDict({'mode': 'manual', 'field': "It A'int a Field"}) != OrderedDict({'mode': 'manual', 'field': 'It Aint a Field'})
- OrderedDict({'mode': 'manual', 'field': "It A'int a Field"})
? ^ - ^
+ OrderedDict({'mode': 'manual', 'field': 'It Aint a Field'})
? ^ ^
: Failed to evaluateParameters with single quote in value
casatasks/test_flaghelper.py:446: in test_evaluateParameters2
(8 more lines...)
|
||||
| Collapse |
casatasks
test_task_split.test_data_rr
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | < 1 sec | |
ValueError:
array([[0.05895901-0.03471745j]])
!=
array([[0.1442849-0.03145669j]])
casatasks/test_task_split.py:78: in check_eq
raise ValueError('value != expected')
E ValueError: value != expected
(9 more lines...)
|
||||
| Collapse |
casatasks
test_task_split.test_fc_categories
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | 3 secs | |
RuntimeError: Table DataManager error: Invalid operation: TSM: no array in row 5 of column FLAG_CATEGORY in /home/casatest/casa6/casatestutils/nosedir/test_task_split/fc.ms/table.f18
casatasks/test_task_split.py:167: in setUp
self.initialize()
casatasks/test_task_split.py:197: in initialize
self.res = self.do_split(corrsel)
^^^^^^^^^^^^^^^^^^^^^^
casatasks/test_task_split.py:1864: in do_split
record['fc'] = tblocal.getcell('FLAG_CATEGORY', 5)[2]
(8 more lines...)
|
||||
| Collapse |
casatasks
test_task_mstransform.test_spw_separation_median_model
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | 10 secs | |
AssertionError: np.False_ is not true : WEIGHT is not median of WEIGHT_SPECTRUM
casatasks/test_task_mstransform.py:3799: in test_spw_separation_median_model
self.assertTrue((numpy.abs(weightSpectrumMedian - weight) < 1E-5).all(), 'WEIGHT is not median of WEIGHT_SPECTRUM')
E AssertionError: np.False_ is not true : WEIGHT is not median of WEIGHT_SPECTRUM
|
||||
| Collapse |
casatasks
test_task_mstransform.test_timeavg_weight_zero_flag_set_corrected
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | 7 secs | |
AssertionError: np.False_ is not true : WEIGHT_SPECTRUM not consistent with FLAG cube
casatasks/test_task_mstransform.py:4703: in test_timeavg_weight_zero_flag_set_corrected
self.assertTrue((indexZeroSpectrum == indexFlagSet).all(), 'WEIGHT_SPECTRUM not consistent with FLAG cube')
E AssertionError: np.False_ is not true : WEIGHT_SPECTRUM not consistent with FLAG cube
|
||||
| Collapse |
casatasks
test_task_simobserve.testBad_leakage
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | < 1 sec | |
AssertionError: -1 == -1 : Unexpected exception was thrown: {'leakage': ['min value is 0']}
casatasks/test_task_simobserve.py:2278: in testBad_leakage
simobserve(project=self.project,skymodel=self.inimage,
../../../../venv/lib/python3.12/site-packages/casatasks/simobserve.py:353: in __call__
assert _pc.validate(doc,schema), create_error_string(_pc.errors)
^^^^^^^^^^^^^^^^^^^^^^^^
E AssertionError: {'leakage': ['min value is 0']}
(4 more lines...)
|
||||
| Collapse |
casatasks
test_task_mstransform.test_timeavg_chanavg_median_model
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | 7 secs | |
AssertionError: np.False_ is not true : WEIGHT is not median of WEIGHT_SPECTRUM
casatasks/test_task_mstransform.py:3616: in test_timeavg_chanavg_median_model
self.assertTrue((numpy.abs(weightSpectrumMedian - weight) < 1E-5).all(), 'WEIGHT is not median of WEIGHT_SPECTRUM')
E AssertionError: np.False_ is not true : WEIGHT is not median of WEIGHT_SPECTRUM
|
||||
| Collapse |
casatasks
test_task_simobserve.testBad_maptype
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | < 1 sec | |
AssertionError: -1 == -1 : Unexpected exception was thrown: {'maptype': ['unallowed value badname']}
casatasks/test_task_simobserve.py:2032: in testBad_maptype
simobserve(project=self.project,skymodel=self.inimage,
../../../../venv/lib/python3.12/site-packages/casatasks/simobserve.py:353: in __call__
assert _pc.validate(doc,schema), create_error_string(_pc.errors)
^^^^^^^^^^^^^^^^^^^^^^^^
E AssertionError: {'maptype': ['unallowed value badname']}
(4 more lines...)
|
||||
| Collapse |
casatasks
test_task_simobserve.testBad_tau0
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | < 1 sec | |
AssertionError: -1 == -1 : Unexpected exception was thrown: {'tau0': ['min value is 0']}
casatasks/test_task_simobserve.py:2264: in testBad_tau0
simobserve(project=self.project,skymodel=self.inimage,
../../../../venv/lib/python3.12/site-packages/casatasks/simobserve.py:353: in __call__
assert _pc.validate(doc,schema), create_error_string(_pc.errors)
^^^^^^^^^^^^^^^^^^^^^^^^
E AssertionError: {'tau0': ['min value is 0']}
(4 more lines...)
|
||||
| Collapse |
casatasks
test_task_simobserve.testSC_sdObs
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | < 1 sec | |
AssertionError: None
casatasks/test_task_simobserve.py:1050: in testSC_sdObs
simobserve(project=self.project,skymodel=skymodel,
../../../../venv/lib/python3.12/site-packages/casatasks/simobserve.py:357: in __call__
task_result = _simobserve_t( _pc.document['project'], _pc.document['skymodel'], _pc.document['inbright'], _pc.document['indirection'], _pc.document['incell'], _pc.document['incenter'], _pc.document['inwidth'], _pc.document['complist'], _pc.document['compwidth'], _pc.document['comp_nchan'], _pc.document['setpointings'], _pc.document['ptgfile'], _pc.document['integration'], _pc.document['direction'], _pc.document['mapsize'], _pc.document['maptype'], _pc.document['pointingspacing'], _pc.document['caldirection'], _pc.document['calflux'], _pc.document['obsmode'], _pc.document['refdate'], _pc.document['hourangle'], _pc.document['totaltime'], _pc.document['antennalist'], _pc.document['sdantlist'], _pc.document['sdant'], _pc.document['outframe'], _pc.document['thermalnoise'], _pc.document['user_pwv'], _pc.document['t_ground'], _pc.document['t_sky'], _pc.document['tau0'], _pc.document['seed'], _pc.document['leakage'], _pc.document['correlator'], _pc.document['graphics'], _pc.document['verbose'], _pc.document['overwrite'] )
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../../../../venv/lib/python3.12/site-packages/casatasks/private/task_simobserve.py:151: in simobserve
raise RuntimeError(emsg)
(8 more lines...)
|
||||
| Collapse |
casatasks
test_task_tclean.test_mosaic_briggsbwtaper
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | 29 secs | |
AssertionError: np.False_ is not true
casatasks/test_task_tclean.py:6619: in test_mosaic_briggsbwtaper
self.assertTrue(self.th.check_beam_compare(self.img+'1.image', self.img+'2.image'))
E AssertionError: np.False_ is not true
|
||||
| Collapse |
casatasks
test_task_tclean.test_cube_weighting_taper_cas13260_old
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | 45 secs | |
AssertionError: False is not true
casatasks/test_task_tclean.py:3276: in test_cube_weighting_taper_cas13260_old
self.assertTrue(self.check_final(pstr=report1 + report2 + report3 + report4 + report5 + report6))
E AssertionError: False is not true
|
||||
| Collapse |
casatasks
test_task_mstransform.test_chanavg_weight_zero_flag_set_corrected
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | 8 secs | |
AssertionError: np.False_ is not true : WEIGHT_SPECTRUM not consistent with FLAG cube
casatasks/test_task_mstransform.py:4724: in test_chanavg_weight_zero_flag_set_corrected
self.assertTrue((indexZeroSpectrum == indexFlagSet).all(), 'WEIGHT_SPECTRUM not consistent with FLAG cube')
E AssertionError: np.False_ is not true : WEIGHT_SPECTRUM not consistent with FLAG cube
|
||||
| Collapse |
casatasks
test_task_exportasdm.test10
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | 26 secs | |
AssertionError: False == False
casatasks/test_task_exportasdm.py:292: in test10
self.assertNotEqual(self.rval,False)
E AssertionError: False == False
|
||||
| Collapse |
casatasks
test_task_mstransform.test_timeavg_chanavg_median_all
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | 7 secs | |
AssertionError: np.False_ is not true : WEIGHT is not median of WEIGHT_SPECTRUM/SIGMA_SPECTRUM
casatasks/test_task_mstransform.py:3709: in test_timeavg_chanavg_median_all
self.assertTrue((numpy.abs(weightSpectrumMedian - weight) < 1E-5).all(), 'WEIGHT is not median of WEIGHT_SPECTRUM/SIGMA_SPECTRUM')
E AssertionError: np.False_ is not true : WEIGHT is not median of WEIGHT_SPECTRUM/SIGMA_SPECTRUM
|
||||
| Collapse |
casatasks
test_task_simobserve.testBad_obsmode
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | < 1 sec | |
AssertionError: -1 == -1 : Unexpected exception was thrown: {'obsmode': ['unallowed value badname']}
casatasks/test_task_simobserve.py:2062: in testBad_obsmode
simobserve(project=self.project,skymodel=self.inimage,
../../../../venv/lib/python3.12/site-packages/casatasks/simobserve.py:353: in __call__
assert _pc.validate(doc,schema), create_error_string(_pc.errors)
^^^^^^^^^^^^^^^^^^^^^^^^
E AssertionError: {'obsmode': ['unallowed value badname']}
(4 more lines...)
|
||||
| Collapse |
casatasks
test_task_predictcomp.test_predicted_visplot
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | < 1 sec | |
AssertionError: False is not true
casatasks/test_task_predictcomp.py:89: in test_predicted_visplot
self.assertTrue(os.path.exists('visplot.png'))
E AssertionError: False is not true
|
||||
| Collapse |
casatasks
test_task_simobserve.testSky_intLeak
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | < 1 sec | |
NameError: name 'ptgfile' is not defined
casatasks/test_task_simobserve.py:455: in testSky_intLeak
setpointings=setpointings,ptgfile=ptgfile,
^^^^^^^
E NameError: name 'ptgfile' is not defined
|
||||
| Collapse |
casatasks
test_task_simanalyze.test_imaging_True_interferometric_and_single_dish_analysis_False
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | 28 mins | |
TypeError: 'module' object is not callable
casatasks/test_task_simanalyze.py:313: in test_imaging_True_interferometric_and_single_dish_analysis_False
simanalyze(project=both_project, image=True, vis='default', modelimage='', imsize=[1458],
../../../../venv/lib/python3.12/site-packages/casatasks/simanalyze.py:137: in __call__
task_result = _simanalyze_t( _pc.document['project'], _pc.document['image'], _pc.document['imagename'], _pc.document['skymodel'], _pc.document['vis'], _pc.document['modelimage'], _pc.document['imsize'], _pc.document['imdirection'], _pc.document['cell'], _pc.document['interactive'], _pc.document['niter'], _pc.document['threshold'], _pc.document['weighting'], _pc.document['mask'], _pc.document['outertaper'], _pc.document['pbcor'], _pc.document['stokes'], _pc.document['featherimage'], _pc.document['analyze'], _pc.document['showuv'], _pc.document['showpsf'], _pc.document['showmodel'], _pc.document['showconvolved'], _pc.document['showclean'], _pc.document['showresidual'], _pc.document['showdifference'], _pc.document['showfidelity'], _pc.document['graphics'], _pc.document['verbose'], _pc.document['overwrite'], _pc.document['dryrun'], _pc.document['logfile'] )
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../../../../venv/lib/python3.12/site-packages/casatasks/private/task_simanalyze.py:661: in simanalyze
feather(imagename+".feather.image",imagename+".image",featherimage)
(1 more lines...)
|
||||
| Collapse |
casatasks
test_task_tclean.test_cubedata_mtmfs_nterms1
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | < 1 sec | |
RuntimeError: Exception: File tstcc.image.tt0 does not exist..
... thrown by static void casa::ImageFactory::_checkInfile(const casacore::String&) at File: /source/casa6/casatools/src/code/imageanalysis/ImageAnalysis/ImageFactory2.cc, line: 375
casatasks/test_task_tclean.py:3424: in test_cubedata_mtmfs_nterms1
report=self.th.checkall(ret=ret, imgexist=[self.img+'cc.psf.tt0', self.img+'cc.residual.tt0', self.img+'cc.image.tt0', self.img+'cc.model.tt0'],imgval=[(self.img+'cc.image.tt0',1.0,[100,100,0,0]),(self.img+'cc.image.tt0',0.492,[100,100,0,1]),(self.img+'cc.image.tt0',0.281,[100,100,0,2])])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../../../../venv/lib/python3.12/site-packages/casatestutils/imagerhelpers/imagetesthelpers.py:1214: in checkall
pstr += TestHelpers().check_imval(imgval, epsilon=epsilon)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(16 more lines...)
|
||||
| Collapse |
casatasks
test_task_sdbaseline.test030
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | 18 secs | |
AssertionError: False is not true : OrionS_rawACSmod_calave.ms_blparam.txt is not identical with the reference!
casatasks/test_task_sdbaseline.py:3466: in test030
self._run_test([['table', 'text', 'csv']])
casatasks/test_task_sdbaseline.py:3427: in _run_test
self._do_run_test(blformat=blformat, bloutput=bloutput)
casatasks/test_task_sdbaseline.py:3396: in _do_run_test
self.assertTrue(res, msg=f'{the_blout} is not identical with the reference!')
E AssertionError: False is not true : OrionS_rawACSmod_calave.ms_blparam.txt is not identical with the reference!
|
||||
| Collapse |
casatasks
test_task_cvel.test28
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | < 1 sec | |
RuntimeError: ERROR: cvel does not regrid properly for channel widths > or = 2x the native channel width, please use mstransform, clean, or tclean for larger regridding. All earlier versions of CASA also have this issue.
casatasks/test_task_cvel.py:638: in test28
rval = cvel(
../../../../venv/lib/python3.12/site-packages/casatasks/cvel.py:263: in __call__
task_result = _cvel_t( _pc.document['vis'], _pc.document['outputvis'], _pc.document['passall'], _pc.document['field'], _pc.document['spw'], _pc.document['selectdata'], _pc.document['antenna'], _pc.document['timerange'], _pc.document['scan'], _pc.document['array'], _pc.document['mode'], _pc.document['nchan'], _pc.document['start'], _pc.document['width'], _pc.document['interpolation'], _pc.document['phasecenter'], _pc.document['restfreq'], _pc.document['outframe'], _pc.document['veltype'], _pc.document['hanning'] )
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../../../../venv/lib/python3.12/site-packages/casatasks/private/task_cvel.py:361: in cvel
raise RuntimeError('ERROR: cvel does not regrid properly for channel '
(1 more lines...)
|
||||
| Collapse |
casatasks
test_task_mstransform.test_timeavg_chanavg_weight_zero_flag_set_corrected
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | 6 secs | |
AssertionError: np.False_ is not true : WEIGHT_SPECTRUM not consistent with FLAG cube
casatasks/test_task_mstransform.py:4748: in test_timeavg_chanavg_weight_zero_flag_set_corrected
self.assertTrue((indexZeroSpectrum == indexFlagSet).all(), 'WEIGHT_SPECTRUM not consistent with FLAG cube')
E AssertionError: np.False_ is not true : WEIGHT_SPECTRUM not consistent with FLAG cube
|
||||
| Collapse |
casatasks
test_task_simobserve.testBad_noisetype
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | < 1 sec | |
AssertionError: -1 == -1 : Unexpected exception was thrown: {'thermalnoise': ['unallowed value badname']}
casatasks/test_task_simobserve.py:2204: in testBad_noisetype
simobserve(project=self.project,skymodel=self.inimage,
../../../../venv/lib/python3.12/site-packages/casatasks/simobserve.py:353: in __call__
assert _pc.validate(doc,schema), create_error_string(_pc.errors)
^^^^^^^^^^^^^^^^^^^^^^^^
E AssertionError: {'thermalnoise': ['unallowed value badname']}
(4 more lines...)
|
||||
| Collapse |
casatasks
test_task_tclean.test_widefield_awphpg_mfs
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | < 1 sec | |
RuntimeError: 2026-02-23 20:34:35 SEVERE SynthesisImagerVi2::defineImage (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisImagerVi2.cc, line 595) Error in setting up FTMachine() : Code has not been built with gpu libraries
casatasks/test_task_tclean.py:4290: in test_widefield_awphpg_mfs
ret = tclean(vis=self.msfile,spw='0',field='*',imagename=self.img,imsize=512,cell='10.0arcsec',phasecenter="J2000 19:59:28.500 +40.44.01.50",
../../../../venv/lib/python3.12/site-packages/casatasks/tclean.py:1860: in __call__
task_result = _tclean_t( _pc.document['vis'], _pc.document['selectdata'], _pc.document['field'], _pc.document['spw'], _pc.document['timerange'], _pc.document['uvrange'], _pc.document['antenna'], _pc.document['scan'], _pc.document['observation'], _pc.document['intent'], _pc.document['datacolumn'], _pc.document['imagename'], _pc.document['imsize'], _pc.document['cell'], _pc.document['phasecenter'], _pc.document['stokes'], _pc.document['projection'], _pc.document['startmodel'], _pc.document['specmode'], _pc.document['reffreq'], _pc.document['nchan'], _pc.document['start'], _pc.document['width'], _pc.document['outframe'], _pc.document['veltype'], _pc.document['restfreq'], _pc.document['interpolation'], _pc.document['perchanweightdensity'], _pc.document['gridder'], _pc.document['facets'], _pc.document['psfphasecenter'], _pc.document['wprojplanes'], _pc.document['vptable'], _pc.document['mosweight'], _pc.document['aterm'], _pc.document['psterm'], _pc.document['wbawp'], _pc.document['conjbeams'], _pc.document['cfcache'], _pc.document['usepointing'], _pc.document['computepastep'], _pc.document['rotatepastep'], _pc.document['pointingoffsetsigdev'], _pc.document['pblimit'], _pc.document['normtype'], _pc.document['deconvolver'], _pc.document['scales'], _pc.document['nterms'], _pc.document['smallscalebias'], _pc.document['fusedthreshold'], _pc.document['largestscale'], _pc.document['restoration'], _pc.document['restoringbeam'], _pc.document['pbcor'], _pc.document['outlierfile'], _pc.document['weighting'], _pc.document['robust'], _pc.document['noise'], _pc.document['npixels'], _pc.document['uvtaper'], _pc.document['niter'], _pc.document['gain'], _pc.document['threshold'], _pc.document['nsigma'], _pc.document['cycleniter'], _pc.document['cyclefactor'], _pc.document['minpsffraction'], _pc.document['maxpsffraction'], _pc.document['interactive'], _pc.document['nmajor'], _pc.document['fullsummary'], _pc.document['usemask'], _pc.document['mask'], _pc.document['pbmask'], _pc.document['sidelobethreshold'], _pc.document['noisethreshold'], _pc.document['lownoisethreshold'], _pc.document['negativethreshold'], _pc.document['smoothfactor'], _pc.document['minbeamfrac'], _pc.document['cutthreshold'], _pc.document['growiterations'], _pc.document['dogrowprune'], _pc.document['minpercentchange'], _pc.document['verbose'], _pc.document['fastnoise'], _pc.document['restart'], _pc.document['savemodel'], _pc.document['calcres'], _pc.document['calcpsf'], _pc.document['psfcutoff'], _pc.document['parallel'] )
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../../../../venv/lib/python3.12/site-packages/casatasks/private/task_tclean.py:443: in tclean
imager.initializeImagers()
(9 more lines...)
|
||||
| Collapse |
casatasks
test_task_simobserve.testNZ_intAtm
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | 4 secs | |
AssertionError: np.False_ is not true : The noise level differs from the previous value: 2.130000 (previous: 2.271051)
casatasks/test_task_simobserve.py:1429: in testNZ_intAtm
self.assertTrue(abs((msnoise-refval)/refval) < 5.e-2,\
E AssertionError: np.False_ is not true : The noise level differs from the previous value: 2.130000 (previous: 2.271051)
|
||||
| Collapse |
casatasks
test_task_simobserve.testSC_sdAll
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | < 1 sec | |
AssertionError: None
casatasks/test_task_simobserve.py:1122: in testSC_sdAll
simobserve(project=self.project,skymodel=skymodel,
../../../../venv/lib/python3.12/site-packages/casatasks/simobserve.py:357: in __call__
task_result = _simobserve_t( _pc.document['project'], _pc.document['skymodel'], _pc.document['inbright'], _pc.document['indirection'], _pc.document['incell'], _pc.document['incenter'], _pc.document['inwidth'], _pc.document['complist'], _pc.document['compwidth'], _pc.document['comp_nchan'], _pc.document['setpointings'], _pc.document['ptgfile'], _pc.document['integration'], _pc.document['direction'], _pc.document['mapsize'], _pc.document['maptype'], _pc.document['pointingspacing'], _pc.document['caldirection'], _pc.document['calflux'], _pc.document['obsmode'], _pc.document['refdate'], _pc.document['hourangle'], _pc.document['totaltime'], _pc.document['antennalist'], _pc.document['sdantlist'], _pc.document['sdant'], _pc.document['outframe'], _pc.document['thermalnoise'], _pc.document['user_pwv'], _pc.document['t_ground'], _pc.document['t_sky'], _pc.document['tau0'], _pc.document['seed'], _pc.document['leakage'], _pc.document['correlator'], _pc.document['graphics'], _pc.document['verbose'], _pc.document['overwrite'] )
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../../../../venv/lib/python3.12/site-packages/casatasks/private/task_simobserve.py:151: in simobserve
raise RuntimeError(emsg)
(8 more lines...)
|
||||
| Collapse |
casatasks
test_task_mstransform.test_chanavg_median_all
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | 24 secs | |
AssertionError: np.False_ is not true : WEIGHT is not median of WEIGHT_SPECTRUM
casatasks/test_task_mstransform.py:3646: in test_chanavg_median_all
self.assertTrue((numpy.abs(weightSpectrumMedian - weight) < 1E-5).all(), 'WEIGHT is not median of WEIGHT_SPECTRUM')
E AssertionError: np.False_ is not true : WEIGHT is not median of WEIGHT_SPECTRUM
|
||||
| Collapse |
casatasks
test_task_mstransform.test_combine_regrid_fftshift
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | < 1 sec | |
RuntimeError: ERROR: cvel does not regrid properly for channel widths > or = 2x the native channel width, please use mstransform, clean, or tclean for larger regridding. All earlier versions of CASA also have this issue.
casatasks/test_task_mstransform.py:945: in test_combine_regrid_fftshift
cvel(vis = self.vis, outputvis = self.refvis ,mode = 'velocity',nchan = 10,start = '-50km/s',width = '5km/s',
../../../../venv/lib/python3.12/site-packages/casatasks/cvel.py:263: in __call__
task_result = _cvel_t( _pc.document['vis'], _pc.document['outputvis'], _pc.document['passall'], _pc.document['field'], _pc.document['spw'], _pc.document['selectdata'], _pc.document['antenna'], _pc.document['timerange'], _pc.document['scan'], _pc.document['array'], _pc.document['mode'], _pc.document['nchan'], _pc.document['start'], _pc.document['width'], _pc.document['interpolation'], _pc.document['phasecenter'], _pc.document['restfreq'], _pc.document['outframe'], _pc.document['veltype'], _pc.document['hanning'] )
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../../../../venv/lib/python3.12/site-packages/casatasks/private/task_cvel.py:361: in cvel
raise RuntimeError('ERROR: cvel does not regrid properly for channel '
(1 more lines...)
|
||||
| Collapse |
casatasks
test_task_split.test_wt_ll
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | < 1 sec | |
ValueError: array([352080.28125]) != array([349320.625])
casatasks/test_task_split.py:78: in check_eq
raise ValueError('value != expected')
E ValueError: value != expected
During handling of the above exception, another exception occurred:
casatasks/test_task_split.py:454: in test_wt_ll
check_eq(self.records['ll']['weight'],
(3 more lines...)
|
||||
| Collapse |
casatasks
test_task_tclean.test_widefield_awphpg_cube
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | < 1 sec | |
RuntimeError: 2026-02-23 20:34:34 SEVERE SynthesisImagerVi2::defineImage (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisImagerVi2.cc, line 595) Error in setting up FTMachine() : Code has not been built with gpu libraries
casatasks/test_task_tclean.py:4337: in test_widefield_awphpg_cube
ret = tclean(vis=self.msfile,field='*',imagename=self.img,imsize=512,cell='10.0arcsec',phasecenter="J2000 19:59:28.500 +40.44.01.50",
../../../../venv/lib/python3.12/site-packages/casatasks/tclean.py:1860: in __call__
task_result = _tclean_t( _pc.document['vis'], _pc.document['selectdata'], _pc.document['field'], _pc.document['spw'], _pc.document['timerange'], _pc.document['uvrange'], _pc.document['antenna'], _pc.document['scan'], _pc.document['observation'], _pc.document['intent'], _pc.document['datacolumn'], _pc.document['imagename'], _pc.document['imsize'], _pc.document['cell'], _pc.document['phasecenter'], _pc.document['stokes'], _pc.document['projection'], _pc.document['startmodel'], _pc.document['specmode'], _pc.document['reffreq'], _pc.document['nchan'], _pc.document['start'], _pc.document['width'], _pc.document['outframe'], _pc.document['veltype'], _pc.document['restfreq'], _pc.document['interpolation'], _pc.document['perchanweightdensity'], _pc.document['gridder'], _pc.document['facets'], _pc.document['psfphasecenter'], _pc.document['wprojplanes'], _pc.document['vptable'], _pc.document['mosweight'], _pc.document['aterm'], _pc.document['psterm'], _pc.document['wbawp'], _pc.document['conjbeams'], _pc.document['cfcache'], _pc.document['usepointing'], _pc.document['computepastep'], _pc.document['rotatepastep'], _pc.document['pointingoffsetsigdev'], _pc.document['pblimit'], _pc.document['normtype'], _pc.document['deconvolver'], _pc.document['scales'], _pc.document['nterms'], _pc.document['smallscalebias'], _pc.document['fusedthreshold'], _pc.document['largestscale'], _pc.document['restoration'], _pc.document['restoringbeam'], _pc.document['pbcor'], _pc.document['outlierfile'], _pc.document['weighting'], _pc.document['robust'], _pc.document['noise'], _pc.document['npixels'], _pc.document['uvtaper'], _pc.document['niter'], _pc.document['gain'], _pc.document['threshold'], _pc.document['nsigma'], _pc.document['cycleniter'], _pc.document['cyclefactor'], _pc.document['minpsffraction'], _pc.document['maxpsffraction'], _pc.document['interactive'], _pc.document['nmajor'], _pc.document['fullsummary'], _pc.document['usemask'], _pc.document['mask'], _pc.document['pbmask'], _pc.document['sidelobethreshold'], _pc.document['noisethreshold'], _pc.document['lownoisethreshold'], _pc.document['negativethreshold'], _pc.document['smoothfactor'], _pc.document['minbeamfrac'], _pc.document['cutthreshold'], _pc.document['growiterations'], _pc.document['dogrowprune'], _pc.document['minpercentchange'], _pc.document['verbose'], _pc.document['fastnoise'], _pc.document['restart'], _pc.document['savemodel'], _pc.document['calcres'], _pc.document['calcpsf'], _pc.document['psfcutoff'], _pc.document['parallel'] )
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../../../../venv/lib/python3.12/site-packages/casatasks/private/task_tclean.py:443: in tclean
imager.initializeImagers()
(9 more lines...)
|
||||
| Collapse |
casatasks
test_task_sdbaseline.test200
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | < 1 sec | |
FileNotFoundError: [Errno 2] No such file or directory: '/opt/casa/data/casatestdata/unittest/sdbaseline/testMultiIF.asap'
casatasks/test_task_sdbaseline.py:2094: in setUp
shutil.copytree(os.path.join(self.datapath, self.infile), self.infile)
/usr/local/lib/python3.12/shutil.py:598: in copytree
with os.scandir(src) as itr:
^^^^^^^^^^^^^^^
E FileNotFoundError: [Errno 2] No such file or directory: '/opt/casa/data/casatestdata/unittest/sdbaseline/testMultiIF.asap'
|
||||
| Collapse |
casatasks
test_task_split.test_data_ll
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | < 1 sec | |
ValueError:
array([[0.06631709-0.03147513j]])
!=
array([[0.14404297-0.04763794j]])
casatasks/test_task_split.py:78: in check_eq
raise ValueError('value != expected')
E ValueError: value != expected
(9 more lines...)
|
||||
| Collapse |
casatasks
test_task_mstransform.test_chanavg_median_model
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | 7 secs | |
AssertionError: np.False_ is not true : WEIGHT is not median of WEIGHT_SPECTRUM
casatasks/test_task_mstransform.py:3554: in test_chanavg_median_model
self.assertTrue((numpy.abs(weightSpectrumMedian - weight) < 1E-5).all(), 'WEIGHT is not median of WEIGHT_SPECTRUM')
E AssertionError: np.False_ is not true : WEIGHT is not median of WEIGHT_SPECTRUM
|
||||
| Collapse |
casatasks
test_task_msuvbinflag.test_gradient_method
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | 9 secs | |
AttributeError: 'test_msuvbinflag' object has no attribute 'ms'
casatasks/test_task_msuvbinflag.py:94: in test_gradient_method
res = flagdata(vis=self.ms, mode='summary')
^^^^^^^
E AttributeError: 'test_msuvbinflag' object has no attribute 'ms'
|
||||
| Collapse |
casatasks
test_task_sdbaseline.test020
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | 21 secs | |
AssertionError: False is not true : OrionS_rawACSmod_calave.ms_blparam.txt is not identical with the reference!
casatasks/test_task_sdbaseline.py:3451: in test020
self._run_test([['table', 'text']])
casatasks/test_task_sdbaseline.py:3427: in _run_test
self._do_run_test(blformat=blformat, bloutput=bloutput)
casatasks/test_task_sdbaseline.py:3396: in _do_run_test
self.assertTrue(res, msg=f'{the_blout} is not identical with the reference!')
E AssertionError: False is not true : OrionS_rawACSmod_calave.ms_blparam.txt is not identical with the reference!
|
||||
| Collapse |
casatasks
test_task_mstransform.test_descending_freq
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | < 1 sec | |
RuntimeError: ERROR: cvel does not regrid properly for channel widths > or = 2x the native channel width, please use mstransform, clean, or tclean for larger regridding. All earlier versions of CASA also have this issue.
casatasks/test_task_mstransform.py:2778: in test_descending_freq
cvel(vis=self.vis, outputvis=self.refvis, spw='0', field='Titan',
../../../../venv/lib/python3.12/site-packages/casatasks/cvel.py:263: in __call__
task_result = _cvel_t( _pc.document['vis'], _pc.document['outputvis'], _pc.document['passall'], _pc.document['field'], _pc.document['spw'], _pc.document['selectdata'], _pc.document['antenna'], _pc.document['timerange'], _pc.document['scan'], _pc.document['array'], _pc.document['mode'], _pc.document['nchan'], _pc.document['start'], _pc.document['width'], _pc.document['interpolation'], _pc.document['phasecenter'], _pc.document['restfreq'], _pc.document['outframe'], _pc.document['veltype'], _pc.document['hanning'] )
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../../../../venv/lib/python3.12/site-packages/casatasks/private/task_cvel.py:361: in cvel
raise RuntimeError('ERROR: cvel does not regrid properly for channel '
(1 more lines...)
|
||||
| Collapse |
casatasks
test_task_cvel.test43
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | < 1 sec | |
RuntimeError: ERROR: cvel does not regrid properly for channel widths > or = 2x the native channel width, please use mstransform, clean, or tclean for larger regridding. All earlier versions of CASA also have this issue.
casatasks/test_task_cvel.py:977: in test43
rval = cvel(
../../../../venv/lib/python3.12/site-packages/casatasks/cvel.py:263: in __call__
task_result = _cvel_t( _pc.document['vis'], _pc.document['outputvis'], _pc.document['passall'], _pc.document['field'], _pc.document['spw'], _pc.document['selectdata'], _pc.document['antenna'], _pc.document['timerange'], _pc.document['scan'], _pc.document['array'], _pc.document['mode'], _pc.document['nchan'], _pc.document['start'], _pc.document['width'], _pc.document['interpolation'], _pc.document['phasecenter'], _pc.document['restfreq'], _pc.document['outframe'], _pc.document['veltype'], _pc.document['hanning'] )
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../../../../venv/lib/python3.12/site-packages/casatasks/private/task_cvel.py:361: in cvel
raise RuntimeError('ERROR: cvel does not regrid properly for channel '
(1 more lines...)
|
||||
| Collapse |
casatasks
test_task_cvel.test20
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | < 1 sec | |
RuntimeError: ERROR: cvel does not regrid properly for channel widths > or = 2x the native channel width, please use mstransform, clean, or tclean for larger regridding. All earlier versions of CASA also have this issue.
casatasks/test_task_cvel.py:476: in test20
rval = cvel(
../../../../venv/lib/python3.12/site-packages/casatasks/cvel.py:263: in __call__
task_result = _cvel_t( _pc.document['vis'], _pc.document['outputvis'], _pc.document['passall'], _pc.document['field'], _pc.document['spw'], _pc.document['selectdata'], _pc.document['antenna'], _pc.document['timerange'], _pc.document['scan'], _pc.document['array'], _pc.document['mode'], _pc.document['nchan'], _pc.document['start'], _pc.document['width'], _pc.document['interpolation'], _pc.document['phasecenter'], _pc.document['restfreq'], _pc.document['outframe'], _pc.document['veltype'], _pc.document['hanning'] )
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../../../../venv/lib/python3.12/site-packages/casatasks/private/task_cvel.py:361: in cvel
raise RuntimeError('ERROR: cvel does not regrid properly for channel '
(1 more lines...)
|
||||
| Collapse |
casatasks
test_task_split.test_data_rrll
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | < 1 sec | |
ValueError:
array([[0.05895901-0.03471745j],
[0.06631709-0.03147513j]])
!=
array([[0.1442849 -0.03145669j],
[0.14404297-0.04763794j]])
casatasks/test_task_split.py:78: in check_eq
raise ValueError('value != expected')
(13 more lines...)
|
||||
| Collapse |
casatasks
test_task_mstransform.test_spw_separation_median_all
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | 16 secs | |
AssertionError: np.False_ is not true : WEIGHT is not median of WEIGHT_SPECTRUM
casatasks/test_task_mstransform.py:3829: in test_spw_separation_median_all
self.assertTrue((numpy.abs(weightSpectrumMedian - weight) < 1E-5).all(), 'WEIGHT is not median of WEIGHT_SPECTRUM')
E AssertionError: np.False_ is not true : WEIGHT is not median of WEIGHT_SPECTRUM
|
||||
| Collapse |
casatasks
test_task_split.test_wt
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | < 1 sec | |
ValueError:
array([339945.71875, 436583.4375 , 273519.8125 , 352080.28125])
!=
array([143596.34375 , 410221.34375 , 122627.1640625, 349320.625 ])
casatasks/test_task_split.py:78: in check_eq
raise ValueError('value != expected')
E ValueError: value != expected
(9 more lines...)
|
||||
| Collapse |
casatasks
test_task_tclean.test_cube_flagged_mosaic_mtmfs
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | 1 min | |
AssertionError: False is not true
casatasks/test_task_tclean.py:3522: in test_cube_flagged_mosaic_mtmfs
self.assertTrue(self.check_final(pstr=report))
E AssertionError: False is not true
|
||||
| Collapse |
casatasks
test_task_tclean.test_widefield_awphpg_mtmfs_via_cube
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | < 1 sec | |
RuntimeError: 2026-02-23 20:34:36 SEVERE SynthesisImagerVi2::defineImage (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisImagerVi2.cc, line 595) Error in setting up FTMachine() : Code has not been built with gpu libraries
casatasks/test_task_tclean.py:4430: in test_widefield_awphpg_mtmfs_via_cube
ret = tclean(vis=self.msfile,field='*',imagename=self.img,imsize=512,cell='10.0arcsec',phasecenter="J2000 19:59:28.500 +40.44.01.50",
../../../../venv/lib/python3.12/site-packages/casatasks/tclean.py:1860: in __call__
task_result = _tclean_t( _pc.document['vis'], _pc.document['selectdata'], _pc.document['field'], _pc.document['spw'], _pc.document['timerange'], _pc.document['uvrange'], _pc.document['antenna'], _pc.document['scan'], _pc.document['observation'], _pc.document['intent'], _pc.document['datacolumn'], _pc.document['imagename'], _pc.document['imsize'], _pc.document['cell'], _pc.document['phasecenter'], _pc.document['stokes'], _pc.document['projection'], _pc.document['startmodel'], _pc.document['specmode'], _pc.document['reffreq'], _pc.document['nchan'], _pc.document['start'], _pc.document['width'], _pc.document['outframe'], _pc.document['veltype'], _pc.document['restfreq'], _pc.document['interpolation'], _pc.document['perchanweightdensity'], _pc.document['gridder'], _pc.document['facets'], _pc.document['psfphasecenter'], _pc.document['wprojplanes'], _pc.document['vptable'], _pc.document['mosweight'], _pc.document['aterm'], _pc.document['psterm'], _pc.document['wbawp'], _pc.document['conjbeams'], _pc.document['cfcache'], _pc.document['usepointing'], _pc.document['computepastep'], _pc.document['rotatepastep'], _pc.document['pointingoffsetsigdev'], _pc.document['pblimit'], _pc.document['normtype'], _pc.document['deconvolver'], _pc.document['scales'], _pc.document['nterms'], _pc.document['smallscalebias'], _pc.document['fusedthreshold'], _pc.document['largestscale'], _pc.document['restoration'], _pc.document['restoringbeam'], _pc.document['pbcor'], _pc.document['outlierfile'], _pc.document['weighting'], _pc.document['robust'], _pc.document['noise'], _pc.document['npixels'], _pc.document['uvtaper'], _pc.document['niter'], _pc.document['gain'], _pc.document['threshold'], _pc.document['nsigma'], _pc.document['cycleniter'], _pc.document['cyclefactor'], _pc.document['minpsffraction'], _pc.document['maxpsffraction'], _pc.document['interactive'], _pc.document['nmajor'], _pc.document['fullsummary'], _pc.document['usemask'], _pc.document['mask'], _pc.document['pbmask'], _pc.document['sidelobethreshold'], _pc.document['noisethreshold'], _pc.document['lownoisethreshold'], _pc.document['negativethreshold'], _pc.document['smoothfactor'], _pc.document['minbeamfrac'], _pc.document['cutthreshold'], _pc.document['growiterations'], _pc.document['dogrowprune'], _pc.document['minpercentchange'], _pc.document['verbose'], _pc.document['fastnoise'], _pc.document['restart'], _pc.document['savemodel'], _pc.document['calcres'], _pc.document['calcpsf'], _pc.document['psfcutoff'], _pc.document['parallel'] )
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../../../../venv/lib/python3.12/site-packages/casatasks/private/task_tclean.py:443: in tclean
imager.initializeImagers()
(9 more lines...)
|
||||
| Collapse |
casatasks
test_task_mstransform.test_timeavg_median_model
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | 7 secs | |
AssertionError: np.False_ is not true : WEIGHT is not median of WEIGHT_SPECTRUM
casatasks/test_task_mstransform.py:3584: in test_timeavg_median_model
self.assertTrue((numpy.abs(weightSpectrumMedian - weight) < 1E-5).all(), 'WEIGHT is not median of WEIGHT_SPECTRUM')
E AssertionError: np.False_ is not true : WEIGHT is not median of WEIGHT_SPECTRUM
|
||||
| Collapse |
casatasks
test_task_simobserve.testSC_intLeak
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | < 1 sec | |
NameError: name 'ptgfile' is not defined
casatasks/test_task_simobserve.py:1104: in testSC_intLeak
setpointings=setpointings,ptgfile=ptgfile,
^^^^^^^
E NameError: name 'ptgfile' is not defined
|
||||
| Collapse |
casatasks
test_task_split.test_fc_cav
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | < 1 sec | |
KeyError: ('', 2, '0s')
casatasks/test_task_split.py:1931: in test_fc_cav
check_eq(self.records[('', 2, '0s')]['fc'],
^^^^^^^^^^^^^^^^^^^^^^^^^^^
E KeyError: ('', 2, '0s')
|
||||
| Collapse |
casatasks
test_task_mstransform.test_spw_separation_median_data
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | 9 secs | |
AssertionError: np.False_ is not true : WEIGHT is not median of WEIGHT_SPECTRUM
casatasks/test_task_mstransform.py:3769: in test_spw_separation_median_data
self.assertTrue((numpy.abs(weightSpectrumMedian - weight) < 1E-5).all(), 'WEIGHT is not median of WEIGHT_SPECTRUM')
E AssertionError: np.False_ is not true : WEIGHT is not median of WEIGHT_SPECTRUM
|
||||
| Collapse |
casatasks
test_task_split.test_data
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | 21 secs | |
ValueError:
array([[ 0.05895901-0.03471745j],
[-0.00304231+0.00332289j],
[-0.00240616-0.00170641j],
[ 0.06631709-0.03147513j]])
!=
array([[ 0.1442849 -0.03145669j],
[-0.00379944+0.00710297j],
(21 more lines...)
|
||||
| Collapse |
casatasks
test_task_cvel.test47
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | < 1 sec | |
RuntimeError: ERROR: cvel does not regrid properly for channel widths > or = 2x the native channel width, please use mstransform, clean, or tclean for larger regridding. All earlier versions of CASA also have this issue.
casatasks/test_task_cvel.py:1047: in test47
rval = cvel(
../../../../venv/lib/python3.12/site-packages/casatasks/cvel.py:263: in __call__
task_result = _cvel_t( _pc.document['vis'], _pc.document['outputvis'], _pc.document['passall'], _pc.document['field'], _pc.document['spw'], _pc.document['selectdata'], _pc.document['antenna'], _pc.document['timerange'], _pc.document['scan'], _pc.document['array'], _pc.document['mode'], _pc.document['nchan'], _pc.document['start'], _pc.document['width'], _pc.document['interpolation'], _pc.document['phasecenter'], _pc.document['restfreq'], _pc.document['outframe'], _pc.document['veltype'], _pc.document['hanning'] )
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../../../../venv/lib/python3.12/site-packages/casatasks/private/task_cvel.py:361: in cvel
raise RuntimeError('ERROR: cvel does not regrid properly for channel '
(1 more lines...)
|
||||
| Collapse |
casatasks
test_task_cvel.test24
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | < 1 sec | |
RuntimeError: ERROR: cvel does not regrid properly for channel widths > or = 2x the native channel width, please use mstransform, clean, or tclean for larger regridding. All earlier versions of CASA also have this issue.
casatasks/test_task_cvel.py:555: in test24
rval = cvel(
../../../../venv/lib/python3.12/site-packages/casatasks/cvel.py:263: in __call__
task_result = _cvel_t( _pc.document['vis'], _pc.document['outputvis'], _pc.document['passall'], _pc.document['field'], _pc.document['spw'], _pc.document['selectdata'], _pc.document['antenna'], _pc.document['timerange'], _pc.document['scan'], _pc.document['array'], _pc.document['mode'], _pc.document['nchan'], _pc.document['start'], _pc.document['width'], _pc.document['interpolation'], _pc.document['phasecenter'], _pc.document['restfreq'], _pc.document['outframe'], _pc.document['veltype'], _pc.document['hanning'] )
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../../../../venv/lib/python3.12/site-packages/casatasks/private/task_cvel.py:361: in cvel
raise RuntimeError('ERROR: cvel does not regrid properly for channel '
(1 more lines...)
|
||||
| Collapse |
casatasks
test_task_cvel.test45
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | < 1 sec | |
RuntimeError: ERROR: cvel does not regrid properly for channel widths > or = 2x the native channel width, please use mstransform, clean, or tclean for larger regridding. All earlier versions of CASA also have this issue.
casatasks/test_task_cvel.py:1013: in test45
rval = cvel(
../../../../venv/lib/python3.12/site-packages/casatasks/cvel.py:263: in __call__
task_result = _cvel_t( _pc.document['vis'], _pc.document['outputvis'], _pc.document['passall'], _pc.document['field'], _pc.document['spw'], _pc.document['selectdata'], _pc.document['antenna'], _pc.document['timerange'], _pc.document['scan'], _pc.document['array'], _pc.document['mode'], _pc.document['nchan'], _pc.document['start'], _pc.document['width'], _pc.document['interpolation'], _pc.document['phasecenter'], _pc.document['restfreq'], _pc.document['outframe'], _pc.document['veltype'], _pc.document['hanning'] )
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../../../../venv/lib/python3.12/site-packages/casatasks/private/task_cvel.py:361: in cvel
raise RuntimeError('ERROR: cvel does not regrid properly for channel '
(1 more lines...)
|
||||
| Collapse |
casatasks
test_task_cvel.test22
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | < 1 sec | |
RuntimeError: ERROR: cvel does not regrid properly for channel widths > or = 2x the native channel width, please use mstransform, clean, or tclean for larger regridding. All earlier versions of CASA also have this issue.
casatasks/test_task_cvel.py:511: in test22
rval = cvel(
../../../../venv/lib/python3.12/site-packages/casatasks/cvel.py:263: in __call__
task_result = _cvel_t( _pc.document['vis'], _pc.document['outputvis'], _pc.document['passall'], _pc.document['field'], _pc.document['spw'], _pc.document['selectdata'], _pc.document['antenna'], _pc.document['timerange'], _pc.document['scan'], _pc.document['array'], _pc.document['mode'], _pc.document['nchan'], _pc.document['start'], _pc.document['width'], _pc.document['interpolation'], _pc.document['phasecenter'], _pc.document['restfreq'], _pc.document['outframe'], _pc.document['veltype'], _pc.document['hanning'] )
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../../../../venv/lib/python3.12/site-packages/casatasks/private/task_cvel.py:361: in cvel
raise RuntimeError('ERROR: cvel does not regrid properly for channel '
(1 more lines...)
|
||||
| Collapse |
casatasks
test_task_tclean.test_pbcor_mtmfs
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | 20 secs | |
AssertionError: False is not true
casatasks/test_task_tclean.py:5330: in test_pbcor_mtmfs
self.assertTrue(self.check_final(report))
E AssertionError: False is not true
|
||||
| Collapse |
casatasks
test_task_msuvbinflag.test_regionalMean_method
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | 6 secs | |
AttributeError: 'test_msuvbinflag' object has no attribute 'ms'
casatasks/test_task_msuvbinflag.py:70: in test_regionalMean_method
res = flagdata(vis=self.ms, mode='summary')
^^^^^^^
E AttributeError: 'test_msuvbinflag' object has no attribute 'ms'
|
||||
| Collapse |
casatasks
test_task_mstransform.test_shape2
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | 8 secs | |
AssertionError: np.False_ is not true : Tile shapes are different
casatasks/test_task_mstransform.py:1327: in test_shape2
self.assertTrue((inptsh==outtsh).all(), 'Tile shapes are different')
E AssertionError: np.False_ is not true : Tile shapes are different
|
||||
| Collapse |
casatasks
test_task_cvel.test44
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | < 1 sec | |
RuntimeError: ERROR: cvel does not regrid properly for channel widths > or = 2x the native channel width, please use mstransform, clean, or tclean for larger regridding. All earlier versions of CASA also have this issue.
casatasks/test_task_cvel.py:995: in test44
rval = cvel(
../../../../venv/lib/python3.12/site-packages/casatasks/cvel.py:263: in __call__
task_result = _cvel_t( _pc.document['vis'], _pc.document['outputvis'], _pc.document['passall'], _pc.document['field'], _pc.document['spw'], _pc.document['selectdata'], _pc.document['antenna'], _pc.document['timerange'], _pc.document['scan'], _pc.document['array'], _pc.document['mode'], _pc.document['nchan'], _pc.document['start'], _pc.document['width'], _pc.document['interpolation'], _pc.document['phasecenter'], _pc.document['restfreq'], _pc.document['outframe'], _pc.document['veltype'], _pc.document['hanning'] )
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../../../../venv/lib/python3.12/site-packages/casatasks/private/task_cvel.py:361: in cvel
raise RuntimeError('ERROR: cvel does not regrid properly for channel '
(1 more lines...)
|
||||
| Collapse |
casatasks
test_task_split.test_data_rllr
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | < 1 sec | |
ValueError:
array([[-0.00304231+0.00332289j],
[-0.00240616-0.00170641j]])
!=
array([[-0.00379944+0.00710297j],
[-0.00381106-0.00066403j]])
casatasks/test_task_split.py:78: in check_eq
raise ValueError('value != expected')
(13 more lines...)
|
||||
| Collapse |
casatasks
test_task_cvel.test29
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | < 1 sec | |
RuntimeError: ERROR: cvel does not regrid properly for channel widths > or = 2x the native channel width, please use mstransform, clean, or tclean for larger regridding. All earlier versions of CASA also have this issue.
casatasks/test_task_cvel.py:655: in test29
rval = cvel(
../../../../venv/lib/python3.12/site-packages/casatasks/cvel.py:263: in __call__
task_result = _cvel_t( _pc.document['vis'], _pc.document['outputvis'], _pc.document['passall'], _pc.document['field'], _pc.document['spw'], _pc.document['selectdata'], _pc.document['antenna'], _pc.document['timerange'], _pc.document['scan'], _pc.document['array'], _pc.document['mode'], _pc.document['nchan'], _pc.document['start'], _pc.document['width'], _pc.document['interpolation'], _pc.document['phasecenter'], _pc.document['restfreq'], _pc.document['outframe'], _pc.document['veltype'], _pc.document['hanning'] )
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../../../../venv/lib/python3.12/site-packages/casatasks/private/task_cvel.py:361: in cvel
raise RuntimeError('ERROR: cvel does not regrid properly for channel '
(1 more lines...)
|
||||
| Collapse |
casatasks
test_task_simobserve.testComp_sdAll
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | < 1 sec | |
AssertionError: None
casatasks/test_task_simobserve.py:762: in testComp_sdAll
simobserve(project=self.project,complist=complist,
../../../../venv/lib/python3.12/site-packages/casatasks/simobserve.py:357: in __call__
task_result = _simobserve_t( _pc.document['project'], _pc.document['skymodel'], _pc.document['inbright'], _pc.document['indirection'], _pc.document['incell'], _pc.document['incenter'], _pc.document['inwidth'], _pc.document['complist'], _pc.document['compwidth'], _pc.document['comp_nchan'], _pc.document['setpointings'], _pc.document['ptgfile'], _pc.document['integration'], _pc.document['direction'], _pc.document['mapsize'], _pc.document['maptype'], _pc.document['pointingspacing'], _pc.document['caldirection'], _pc.document['calflux'], _pc.document['obsmode'], _pc.document['refdate'], _pc.document['hourangle'], _pc.document['totaltime'], _pc.document['antennalist'], _pc.document['sdantlist'], _pc.document['sdant'], _pc.document['outframe'], _pc.document['thermalnoise'], _pc.document['user_pwv'], _pc.document['t_ground'], _pc.document['t_sky'], _pc.document['tau0'], _pc.document['seed'], _pc.document['leakage'], _pc.document['correlator'], _pc.document['graphics'], _pc.document['verbose'], _pc.document['overwrite'] )
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../../../../venv/lib/python3.12/site-packages/casatasks/private/task_simobserve.py:151: in simobserve
raise RuntimeError(emsg)
(8 more lines...)
|
||||
| Collapse |
casatasks
test_task_mstransform_mms.test_shape3
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | 1 min | |
AssertionError: np.False_ is not true : Tile shapes are different
casatasks/test_task_mstransform_mms.py:328: in test_shape3
self.assertTrue((outtsh==flagtsh).all(), 'Tile shapes are different')
E AssertionError: np.False_ is not true : Tile shapes are different
|
||||
| Collapse |
casatasks
test_task_simobserve.testBad_pwv
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | < 1 sec | |
AssertionError: -1 == -1 : Unexpected exception was thrown: {'user_pwv': ['min value is 0']}
casatasks/test_task_simobserve.py:2219: in testBad_pwv
simobserve(project=self.project,skymodel=self.inimage,
../../../../venv/lib/python3.12/site-packages/casatasks/simobserve.py:353: in __call__
assert _pc.validate(doc,schema), create_error_string(_pc.errors)
^^^^^^^^^^^^^^^^^^^^^^^^
E AssertionError: {'user_pwv': ['min value is 0']}
(4 more lines...)
|
||||
| Collapse |
casatasks
test_task_tclean.test_wterm_awphpg
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | < 1 sec | |
RuntimeError: 2026-02-23 20:34:34 SEVERE SynthesisImagerVi2::defineImage (file /source/casa6/casatools/src/code/synthesis/ImagerObjects/SynthesisImagerVi2.cc, line 595) Error in setting up FTMachine() : Code has not been built with gpu libraries
casatasks/test_task_tclean.py:4190: in test_wterm_awphpg
tclean(vis=msname, imagename=self.img+'.awphpg', imsize=1200, cell='1.6arcsec',field='1',
../../../../venv/lib/python3.12/site-packages/casatasks/tclean.py:1860: in __call__
task_result = _tclean_t( _pc.document['vis'], _pc.document['selectdata'], _pc.document['field'], _pc.document['spw'], _pc.document['timerange'], _pc.document['uvrange'], _pc.document['antenna'], _pc.document['scan'], _pc.document['observation'], _pc.document['intent'], _pc.document['datacolumn'], _pc.document['imagename'], _pc.document['imsize'], _pc.document['cell'], _pc.document['phasecenter'], _pc.document['stokes'], _pc.document['projection'], _pc.document['startmodel'], _pc.document['specmode'], _pc.document['reffreq'], _pc.document['nchan'], _pc.document['start'], _pc.document['width'], _pc.document['outframe'], _pc.document['veltype'], _pc.document['restfreq'], _pc.document['interpolation'], _pc.document['perchanweightdensity'], _pc.document['gridder'], _pc.document['facets'], _pc.document['psfphasecenter'], _pc.document['wprojplanes'], _pc.document['vptable'], _pc.document['mosweight'], _pc.document['aterm'], _pc.document['psterm'], _pc.document['wbawp'], _pc.document['conjbeams'], _pc.document['cfcache'], _pc.document['usepointing'], _pc.document['computepastep'], _pc.document['rotatepastep'], _pc.document['pointingoffsetsigdev'], _pc.document['pblimit'], _pc.document['normtype'], _pc.document['deconvolver'], _pc.document['scales'], _pc.document['nterms'], _pc.document['smallscalebias'], _pc.document['fusedthreshold'], _pc.document['largestscale'], _pc.document['restoration'], _pc.document['restoringbeam'], _pc.document['pbcor'], _pc.document['outlierfile'], _pc.document['weighting'], _pc.document['robust'], _pc.document['noise'], _pc.document['npixels'], _pc.document['uvtaper'], _pc.document['niter'], _pc.document['gain'], _pc.document['threshold'], _pc.document['nsigma'], _pc.document['cycleniter'], _pc.document['cyclefactor'], _pc.document['minpsffraction'], _pc.document['maxpsffraction'], _pc.document['interactive'], _pc.document['nmajor'], _pc.document['fullsummary'], _pc.document['usemask'], _pc.document['mask'], _pc.document['pbmask'], _pc.document['sidelobethreshold'], _pc.document['noisethreshold'], _pc.document['lownoisethreshold'], _pc.document['negativethreshold'], _pc.document['smoothfactor'], _pc.document['minbeamfrac'], _pc.document['cutthreshold'], _pc.document['growiterations'], _pc.document['dogrowprune'], _pc.document['minpercentchange'], _pc.document['verbose'], _pc.document['fastnoise'], _pc.document['restart'], _pc.document['savemodel'], _pc.document['calcres'], _pc.document['calcpsf'], _pc.document['psfcutoff'], _pc.document['parallel'] )
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../../../../venv/lib/python3.12/site-packages/casatasks/private/task_tclean.py:443: in tclean
imager.initializeImagers()
(9 more lines...)
|
||||
| Collapse |
casatasks
test_task_mstransform.test_timeavg_median_corrected
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | 6 secs | |
AssertionError: np.False_ is not true : WEIGHT is not median of WEIGHT_SPECTRUM
casatasks/test_task_mstransform.py:3400: in test_timeavg_median_corrected
self.assertTrue((numpy.abs(weightSpectrumMedian - weight) < 1E-5).all(), 'WEIGHT is not median of WEIGHT_SPECTRUM')
E AssertionError: np.False_ is not true : WEIGHT is not median of WEIGHT_SPECTRUM
|
||||
| Collapse |
casatasks
test_task_simobserve.testBad_Tground
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | < 1 sec | |
AssertionError: -1 == -1 : Unexpected exception was thrown: {'t_ground': ['min value is 0']}
casatasks/test_task_simobserve.py:2234: in testBad_Tground
simobserve(project=self.project,skymodel=self.inimage,
../../../../venv/lib/python3.12/site-packages/casatasks/simobserve.py:353: in __call__
assert _pc.validate(doc,schema), create_error_string(_pc.errors)
^^^^^^^^^^^^^^^^^^^^^^^^
E AssertionError: {'t_ground': ['min value is 0']}
(4 more lines...)
|
||||
| Collapse |
casatasks
test_task_simobserve.testComp_intLeak
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | < 1 sec | |
NameError: name 'comp_nchan' is not defined
casatasks/test_task_simobserve.py:743: in testComp_intLeak
compwidth=compwidth,comp_nchan=comp_nchan,
^^^^^^^^^^
E NameError: name 'comp_nchan' is not defined
|
||||
| Collapse |
casatasks
test_task_split.test_fc_tav
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | < 1 sec | |
KeyError: ('', 1, '20s')
casatasks/test_task_split.py:1956: in test_fc_tav
check_eq(self.records[('', 1, '20s')]['fc'],
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
E KeyError: ('', 1, '20s')
|
||||
| Collapse |
casatasks
test_task_tclean.test_csys_startmodel_restart_mfs
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | 2 secs | |
NameError: name 'mpi_clustermanager' is not defined
casatasks/test_task_tclean.py:5135: in test_csys_startmodel_restart_mfs
tclean( vis = self.msfile, imagename='savemod.par', spw='0:0~5,0:15~19', niter=0, imsize=100, cell='10.0arcsec', deconvolver=deconvolver, specmode=specmode, parallel=True)
../../../../venv/lib/python3.12/site-packages/casatasks/tclean.py:1860: in __call__
task_result = _tclean_t( _pc.document['vis'], _pc.document['selectdata'], _pc.document['field'], _pc.document['spw'], _pc.document['timerange'], _pc.document['uvrange'], _pc.document['antenna'], _pc.document['scan'], _pc.document['observation'], _pc.document['intent'], _pc.document['datacolumn'], _pc.document['imagename'], _pc.document['imsize'], _pc.document['cell'], _pc.document['phasecenter'], _pc.document['stokes'], _pc.document['projection'], _pc.document['startmodel'], _pc.document['specmode'], _pc.document['reffreq'], _pc.document['nchan'], _pc.document['start'], _pc.document['width'], _pc.document['outframe'], _pc.document['veltype'], _pc.document['restfreq'], _pc.document['interpolation'], _pc.document['perchanweightdensity'], _pc.document['gridder'], _pc.document['facets'], _pc.document['psfphasecenter'], _pc.document['wprojplanes'], _pc.document['vptable'], _pc.document['mosweight'], _pc.document['aterm'], _pc.document['psterm'], _pc.document['wbawp'], _pc.document['conjbeams'], _pc.document['cfcache'], _pc.document['usepointing'], _pc.document['computepastep'], _pc.document['rotatepastep'], _pc.document['pointingoffsetsigdev'], _pc.document['pblimit'], _pc.document['normtype'], _pc.document['deconvolver'], _pc.document['scales'], _pc.document['nterms'], _pc.document['smallscalebias'], _pc.document['fusedthreshold'], _pc.document['largestscale'], _pc.document['restoration'], _pc.document['restoringbeam'], _pc.document['pbcor'], _pc.document['outlierfile'], _pc.document['weighting'], _pc.document['robust'], _pc.document['noise'], _pc.document['npixels'], _pc.document['uvtaper'], _pc.document['niter'], _pc.document['gain'], _pc.document['threshold'], _pc.document['nsigma'], _pc.document['cycleniter'], _pc.document['cyclefactor'], _pc.document['minpsffraction'], _pc.document['maxpsffraction'], _pc.document['interactive'], _pc.document['nmajor'], _pc.document['fullsummary'], _pc.document['usemask'], _pc.document['mask'], _pc.document['pbmask'], _pc.document['sidelobethreshold'], _pc.document['noisethreshold'], _pc.document['lownoisethreshold'], _pc.document['negativethreshold'], _pc.document['smoothfactor'], _pc.document['minbeamfrac'], _pc.document['cutthreshold'], _pc.document['growiterations'], _pc.document['dogrowprune'], _pc.document['minpercentchange'], _pc.document['verbose'], _pc.document['fastnoise'], _pc.document['restart'], _pc.document['savemodel'], _pc.document['calcres'], _pc.document['calcpsf'], _pc.document['psfcutoff'], _pc.document['parallel'] )
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../../../../venv/lib/python3.12/site-packages/casatasks/private/task_tclean.py:424: in tclean
imager = PyParallelContSynthesisImager(params=paramList)
(11 more lines...)
|
||||
| Collapse |
casatasks
test_task_cvel.test19
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | 12 secs | |
RuntimeError: ERROR: cvel does not regrid properly for channel widths > or = 2x the native channel width, please use mstransform, clean, or tclean for larger regridding. All earlier versions of CASA also have this issue.
casatasks/test_task_cvel.py:458: in test19
rval = cvel(
../../../../venv/lib/python3.12/site-packages/casatasks/cvel.py:263: in __call__
task_result = _cvel_t( _pc.document['vis'], _pc.document['outputvis'], _pc.document['passall'], _pc.document['field'], _pc.document['spw'], _pc.document['selectdata'], _pc.document['antenna'], _pc.document['timerange'], _pc.document['scan'], _pc.document['array'], _pc.document['mode'], _pc.document['nchan'], _pc.document['start'], _pc.document['width'], _pc.document['interpolation'], _pc.document['phasecenter'], _pc.document['restfreq'], _pc.document['outframe'], _pc.document['veltype'], _pc.document['hanning'] )
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../../../../venv/lib/python3.12/site-packages/casatasks/private/task_cvel.py:361: in cvel
raise RuntimeError('ERROR: cvel does not regrid properly for channel '
(1 more lines...)
|
||||
| Collapse |
casatasks
test_task_mstransform.test_channelAverageByDefaultInVelocityMode
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | 4 secs | |
RuntimeError: ERROR: cvel does not regrid properly for channel widths > or = 2x the native channel width, please use mstransform, clean, or tclean for larger regridding. All earlier versions of CASA also have this issue.
casatasks/test_task_mstransform.py:1763: in test_channelAverageByDefaultInVelocityMode
cvel(vis=self.vis,outputvis=self.refvis,interpolation="linear",mode="velocity",veltype="optical",width='30km/s',restfreq='230GHz')
../../../../venv/lib/python3.12/site-packages/casatasks/cvel.py:263: in __call__
task_result = _cvel_t( _pc.document['vis'], _pc.document['outputvis'], _pc.document['passall'], _pc.document['field'], _pc.document['spw'], _pc.document['selectdata'], _pc.document['antenna'], _pc.document['timerange'], _pc.document['scan'], _pc.document['array'], _pc.document['mode'], _pc.document['nchan'], _pc.document['start'], _pc.document['width'], _pc.document['interpolation'], _pc.document['phasecenter'], _pc.document['restfreq'], _pc.document['outframe'], _pc.document['veltype'], _pc.document['hanning'] )
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../../../../venv/lib/python3.12/site-packages/casatasks/private/task_cvel.py:361: in cvel
raise RuntimeError('ERROR: cvel does not regrid properly for channel '
(1 more lines...)
|
||||
| Collapse |
casatasks
test_task_split.test_wt_rrll
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | < 1 sec | |
ValueError:
array([339945.71875, 352080.28125])
!=
array([143596.34375, 349320.625 ])
casatasks/test_task_split.py:78: in check_eq
raise ValueError('value != expected')
E ValueError: value != expected
(9 more lines...)
|
||||
| Collapse |
casatasks
test_task_mstransform.test_timeavg_median_all
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | 7 secs | |
AssertionError: np.False_ is not true : WEIGHT is not median of WEIGHT_SPECTRUM
casatasks/test_task_mstransform.py:3676: in test_timeavg_median_all
self.assertTrue((numpy.abs(weightSpectrumMedian - weight) < 1E-5).all(), 'WEIGHT is not median of WEIGHT_SPECTRUM')
E AssertionError: np.False_ is not true : WEIGHT is not median of WEIGHT_SPECTRUM
|
||||
| Collapse |
casatasks
test_task_mstransform.test_timeavg_median_data
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | 6 secs | |
AssertionError: np.False_ is not true : WEIGHT is not median of WEIGHT_SPECTRUM
casatasks/test_task_mstransform.py:3492: in test_timeavg_median_data
self.assertTrue((numpy.abs(weightSpectrumMedian - weight) < 1E-5).all(), 'WEIGHT is not median of WEIGHT_SPECTRUM')
E AssertionError: np.False_ is not true : WEIGHT is not median of WEIGHT_SPECTRUM
|
||||
| Collapse |
casatasks
test_task_mstransform.test_timeavg_chanavg_median_corrected
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | 7 secs | |
AssertionError: np.False_ is not true : WEIGHT is not median of WEIGHT_SPECTRUM
casatasks/test_task_mstransform.py:3432: in test_timeavg_chanavg_median_corrected
self.assertTrue((numpy.abs(weightSpectrumMedian - weight) < 1E-5).all(), 'WEIGHT is not median of WEIGHT_SPECTRUM')
E AssertionError: np.False_ is not true : WEIGHT is not median of WEIGHT_SPECTRUM
|
||||
| Collapse |
casatasks
test_task_split.test_wt_rr
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | < 1 sec | |
ValueError: array([339945.71875]) != array([143596.34375])
casatasks/test_task_split.py:78: in check_eq
raise ValueError('value != expected')
E ValueError: value != expected
During handling of the above exception, another exception occurred:
casatasks/test_task_split.py:447: in test_wt_rr
check_eq(self.records['rr']['weight'],
(3 more lines...)
|
||||
| Collapse |
casatasks
test_task_simobserve.testComp_sdObs
|
Test Tasks Many Linux 2.28 Rocky 8.10 Py3.12 | < 1 sec | |
AssertionError: None
casatasks/test_task_simobserve.py:695: in testComp_sdObs
compwidth=compwidth,comp_nchan=comp_nchan,
^^^^^^^^^^
E NameError: name 'comp_nchan' is not defined
During handling of the above exception, another exception occurred:
casatasks/test_task_simobserve.py:701: in testComp_sdObs
(2 more lines...)
|
||||
| Collapse |
casatools
test_tool_sdm.test10
|
Test Tools Many Linux 2.28 Rocky 8.10 Py3.12 | 11 secs | |
AssertionError: False == False
casatools/test_tool_sdm.py:280: in test10
self.assertNotEqual(self.rval,False)
E AssertionError: False == False
|
||||
| Collapse |
casatools
test_tool_sdm.test12
|
Test Tools Many Linux 2.28 Rocky 8.10 Py3.12 | < 1 sec | |
AssertionError: False == False
casatools/test_tool_sdm.py:315: in test12
self.assertNotEqual(self.rval,False)
E AssertionError: False == False
|
||||
| Collapse |
casatools
test_tool_sdm_toms.test7_lazy3
|
Test Tools Many Linux 2.28 Rocky 8.10 Py3.12 | 14 secs | |
AssertionError: True != None
casatools/test_tool_sdm_toms.py:1332: in test7_lazy3
self.assertEqual(self.res, None)
E AssertionError: True != None
|
||||
| Collapse |
casatools
test_tool_sdm_toms.test7_skiprows1
|
Test Tools Many Linux 2.28 Rocky 8.10 Py3.12 | 18 secs | |
AssertionError: False is not true : standalone execution of asdm2MS failed
casatools/test_tool_sdm_toms.py:2036: in test7_skiprows1
self.assertTrue(retValue['success'],retValue['error_msgs'])
E AssertionError: False is not true : standalone execution of asdm2MS failed
|
||||