Build: #1 failed
Job: Test Tasks macOS13 failed
Simanalyze main usage modes test int.test imaging true interferometric analysis false: Test case result
The below summarizes the result of the test "Simanalyze main usage modes test int.test imaging true interferometric analysis false" in build 1 of CASASPECS - Pull Request - CAS-14201 - Test Tasks macOS13.
- Description
- Simanalyze main usage modes test int.test imaging true interferometric analysis false
- Test class
- test_task_simanalyze
- Method
- simanalyze_main_usage_modes_test_int.test_imaging_True_interferometric_analysis_False
- Duration
- < 1 sec
- Status
- Failed (New Failure)
Error Log
TypeError: stat: path should be string, bytes, os.PathLike or integer, not list test_task_simanalyze.py:97: in test_imaging_True_interferometric_analysis_False simanalyze(project=int_project, image=True, vis=visname_int, modelimage='',imsize = [], ../../../../casa6testenv/lib/python3.10/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'] ) ../../../../casa6testenv/lib/python3.10/site-packages/casatasks/private/task_simanalyze.py:617: in simanalyze myutil.imtclean(mstoimage,imagename, ../../../../casa6testenv/lib/python3.10/site-packages/casatasks/private/simutil.py:3396: in imtclean tclean( vis = invocation_parameters['vis'], ../../../../casa6testenv/lib/python3.10/site-packages/casatasks/tclean.py:1841: 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'] ) ../../../../casa6testenv/lib/python3.10/site-packages/casatasks/private/task_tclean.py:573: in tclean retrec = id.construct_residual_dict(paramList) ../../../../casa6testenv/lib/python3.10/site-packages/casatasks/private/imagerhelpers/imager_return_dict.py:690: in construct_residual_dict self.construct_summary_minor(paramList) ../../../../casa6testenv/lib/python3.10/site-packages/casatasks/private/imagerhelpers/imager_return_dict.py:614: in construct_summary_minor if decpars[str(ff)]['mask'] != '' and os.path.exists(decpars[str(ff)]['mask']): /opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/genericpath.py:19: in exists os.stat(path) E TypeError: stat: path should be string, bytes, os.PathLike or integer, not list