Build: #19 failed

Job: Test Tools MPI Many Linux 2.28 Rocky 8.10 Py3.10 failed

fill 1ms: Test case result

The below summarizes the result of the test " fill 1ms" in build 19 of CASA - CMake MPI - Test Tools MPI Many Linux 2.28 Rocky 8.10 Py3.10.
Description
fill 1ms
Test class
tests.tools.msuvbinner.test_tool_msuvbinner.msuvbinnerTest
Method
test_fill_1ms
Duration
< 1 sec
Status
Failed (Existing Failure)

Error Log

RuntimeError: Table /home/casatest/casa6/casatestutils/nosedir/test_tool_msuvbinner/refim_point.ms/ANTENNA does not exist
self = <test_tool_msuvbinner.msuvbinnerTest testMethod=test_fill_1ms>

    def test_fill_1ms(self):
        '''test uvgridding 1 ms onto an output grid '''
        msbinner=msuvbinner.msuvbinner(phasecenter='J2000 19:59:28.5 40d44m01.5', nx=100, ny=100, ncorr=1, nchan=20, cellx='8arcsec', celly='8arcsec', fstart='975MHz', fstep='50MHz', memfrac=0.5, wproject=False, doflag=False)
>       msbinner.selectdata(msname=self.ms1, spw='', field='0', taql='')

../../../casatools/tests/tools/msuvbinner/test_tool_msuvbinner.py:46: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
../../../../venv/lib/python3.10/site-packages/casatools/msuvbinner.py:29: in selectdata
    return self._swigobj.selectdata(msname, spw, field, baseline, scan, uvrange, taql)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <casatools.__casac__.msuvbinner.msuvbinner; proxy of <Swig Object of type 'casac::msuvbinner *' at 0x7fdb22395980> >
args = ('refim_point.ms', '', '0', '', '', '', ...), kwargs = {}

    def selectdata(self, *args, **kwargs):
        """
        selectdata(self, _msname, _spw, _field, _baseline, _scan, _uvrange, _taql) -> bool
    
    
    
        Summary:
            select the data from input ms that will go on the gridded vis
    
        Description:
    
    
    
    
        Input Parameters:
            msname                    Path to the MS to import
            spw                        Spectral window selection (using MSSelection syntax)
            field                      field selection
            baseline                   baselines selection (using MSSelection syntax)
            scan                       Scan selection
            uvrange                    uvrange
            taql                       Generic TaQL selection
    
        --------------------------------------------------------------------------------
    
        """
>       return _msuvbinner.msuvbinner_selectdata(self, *args, **kwargs)
E       RuntimeError: Table /home/casatest/casa6/casatestutils/nosedir/test_tool_msuvbinner/refim_point.ms/ANTENNA does not exist

../../../../venv/lib/python3.10/site-packages/casatools/__casac__/msuvbinner.py:141: RuntimeError