Build: #4 failed

Job: Test Tasks Macos 12 failed

Job result summary

Completed
Duration
320 minutes
Agent
hybrid.cv.nrao.edu (2)
Total tests
3647
Failing since
#1 (First build for this plan – )

Tests

  • 3,647 tests in total
  • 44 tests failed
  • 10 failures are new
  • 251 tests were quarantined / skipped
  • 308 minutes taken in total.
New test failures 10
Status Test Duration
Collapse Failed test_task_sdsmooth sdsmooth_test_complex.test_sdsmooth_complex_gauss01 History
< 1 sec
AttributeError: module 'scipy.signal' has no attribute 'gaussian'
test_task_sdsmooth.py:335: in test_sdsmooth_complex_gauss01
    self.run_test(kwidth=5)
test_task_sdsmooth.py:195: in run_test
    kernel_array = gaussian_kernel(nchan, kwidth)
test_task_sdsmooth.py:43: in gaussian_kernel
    g = signal.gaussian(nchan, sigma, False)
E   AttributeError: module 'scipy.signal' has no attribute 'gaussian'
Collapse Failed test_task_sdsmooth sdsmooth_test_complex.test_sdsmooth_complex_gauss02 History
< 1 sec
AttributeError: module 'scipy.signal' has no attribute 'gaussian'
test_task_sdsmooth.py:339: in test_sdsmooth_complex_gauss02
    self.run_test(kwidth=3)
test_task_sdsmooth.py:195: in run_test
    kernel_array = gaussian_kernel(nchan, kwidth)
test_task_sdsmooth.py:43: in gaussian_kernel
    g = signal.gaussian(nchan, sigma, False)
E   AttributeError: module 'scipy.signal' has no attribute 'gaussian'
Collapse Failed test_task_sdsmooth sdsmooth_test_complex.test_sdsmooth_complex_overwrite History
< 1 sec
AttributeError: module 'scipy.signal' has no attribute 'gaussian'
test_task_sdsmooth.py:348: in test_sdsmooth_complex_overwrite
    self.run_test(kwidth=5, overwrite=True)
test_task_sdsmooth.py:195: in run_test
    kernel_array = gaussian_kernel(nchan, kwidth)
test_task_sdsmooth.py:43: in gaussian_kernel
    g = signal.gaussian(nchan, sigma, False)
E   AttributeError: module 'scipy.signal' has no attribute 'gaussian'
Collapse Failed test_task_sdsmooth sdsmooth_test_complex.test_sdsmooth_complex_select History
< 1 sec
AttributeError: module 'scipy.signal' has no attribute 'gaussian'
test_task_sdsmooth.py:343: in test_sdsmooth_complex_select
    self.run_test(kwidth=5, spw='1')
test_task_sdsmooth.py:195: in run_test
    kernel_array = gaussian_kernel(nchan, kwidth)
test_task_sdsmooth.py:43: in gaussian_kernel
    g = signal.gaussian(nchan, sigma, False)
E   AttributeError: module 'scipy.signal' has no attribute 'gaussian'
Collapse Failed test_task_sdsmooth sdsmooth_test_float.test_sdsmooth_float_gauss01 History
< 1 sec
AttributeError: module 'scipy.signal' has no attribute 'gaussian'
test_task_sdsmooth.py:375: in test_sdsmooth_float_gauss01
    self.run_test(kwidth=5)
test_task_sdsmooth.py:195: in run_test
    kernel_array = gaussian_kernel(nchan, kwidth)
test_task_sdsmooth.py:43: in gaussian_kernel
    g = signal.gaussian(nchan, sigma, False)
E   AttributeError: module 'scipy.signal' has no attribute 'gaussian'
Collapse Failed test_task_sdsmooth sdsmooth_test_float.test_sdsmooth_float_gauss02 History
< 1 sec
AttributeError: module 'scipy.signal' has no attribute 'gaussian'
test_task_sdsmooth.py:379: in test_sdsmooth_float_gauss02
    self.run_test(kwidth=3)
test_task_sdsmooth.py:195: in run_test
    kernel_array = gaussian_kernel(nchan, kwidth)
test_task_sdsmooth.py:43: in gaussian_kernel
    g = signal.gaussian(nchan, sigma, False)
E   AttributeError: module 'scipy.signal' has no attribute 'gaussian'
Collapse Failed test_task_sdsmooth sdsmooth_test_float.test_sdsmooth_float_overwrite History
< 1 sec
AttributeError: module 'scipy.signal' has no attribute 'gaussian'
test_task_sdsmooth.py:388: in test_sdsmooth_float_overwrite
    self.run_test(kwidth=5, overwrite=True)
test_task_sdsmooth.py:195: in run_test
    kernel_array = gaussian_kernel(nchan, kwidth)
test_task_sdsmooth.py:43: in gaussian_kernel
    g = signal.gaussian(nchan, sigma, False)
E   AttributeError: module 'scipy.signal' has no attribute 'gaussian'
Collapse Failed test_task_sdsmooth sdsmooth_test_float.test_sdsmooth_float_select History
< 1 sec
AttributeError: module 'scipy.signal' has no attribute 'gaussian'
test_task_sdsmooth.py:383: in test_sdsmooth_float_select
    self.run_test(kwidth=5, spw='1')
test_task_sdsmooth.py:195: in run_test
    kernel_array = gaussian_kernel(nchan, kwidth)
test_task_sdsmooth.py:43: in gaussian_kernel
    g = signal.gaussian(nchan, sigma, False)
E   AttributeError: module 'scipy.signal' has no attribute 'gaussian'
Collapse Failed test_task_sdsmooth sdsmooth_test_weight.test_sdsmooth_weight_gauss01 History
< 1 sec
AttributeError: module 'scipy.signal' has no attribute 'gaussian'
test_task_sdsmooth.py:414: in test_sdsmooth_weight_gauss01
    self.run_test(kwidth=5)
test_task_sdsmooth.py:195: in run_test
    kernel_array = gaussian_kernel(nchan, kwidth)
test_task_sdsmooth.py:43: in gaussian_kernel
    g = signal.gaussian(nchan, sigma, False)
E   AttributeError: module 'scipy.signal' has no attribute 'gaussian'
Collapse Failed test_task_sdsmooth sdsmooth_test_weight.test_sdsmooth_weight_gauss02 History
< 1 sec
AttributeError: module 'scipy.signal' has no attribute 'gaussian'
test_task_sdsmooth.py:419: in test_sdsmooth_weight_gauss02
    self.run_test(kwidth=3)
test_task_sdsmooth.py:195: in run_test
    kernel_array = gaussian_kernel(nchan, kwidth)
test_task_sdsmooth.py:43: in gaussian_kernel
    g = signal.gaussian(nchan, sigma, False)
E   AttributeError: module 'scipy.signal' has no attribute 'gaussian'
Existing test failures 34
Status Test Failing since Duration
ValueError: operands could not be broadcast together with shapes (3,) (0,)
test_task_cvel.py:792: in test35
    ret = verify_ms(outfile, 1, 3, 0, b)
test_task_cvel.py:65: in verify_ms
    if not (expchanfreqs==[]):
E   ValueError: operands could not be broadcast together with shapes (3,) (0,)
ValueError: operands could not be broadcast together with shapes (3,) (0,)
test_task_cvel.py:812: in test36
    ret = verify_ms(outfile, 1, 3, 0, b)
test_task_cvel.py:65: in verify_ms
    if not (expchanfreqs==[]):
E   ValueError: operands could not be broadcast together with shapes (3,) (0,)
ValueError: operands could not be broadcast together with shapes (3,) (0,)
test_task_cvel.py:833: in test37
    ret = verify_ms(outfile, 1, 3, 0, b)
test_task_cvel.py:65: in verify_ms
    if not (expchanfreqs==[]):
E   ValueError: operands could not be broadcast together with shapes (3,) (0,)
ValueError: operands could not be broadcast together with shapes (3,) (0,)
test_task_cvel.py:854: in test38
    ret = verify_ms(outfile, 1, 3, 0, b)
test_task_cvel.py:65: in verify_ms
    if not (expchanfreqs==[]):
E   ValueError: operands could not be broadcast together with shapes (3,) (0,)
ValueError: operands could not be broadcast together with shapes (3,) (0,)
test_task_cvel.py:882: in test39
    ret = verify_ms(outfile, 1, 3, 0, b)
test_task_cvel.py:65: in verify_ms
    if not (expchanfreqs==[]):
E   ValueError: operands could not be broadcast together with shapes (3,) (0,)
ValueError: operands could not be broadcast together with shapes (3,) (0,)
test_task_cvel.py:910: in test39_veltype_uppercase
    ret = verify_ms(outfile, 1, 3, 0, b)
test_task_cvel.py:65: in verify_ms
    if not (expchanfreqs==[]):
E   ValueError: operands could not be broadcast together with shapes (3,) (0,)
ValueError: operands could not be broadcast together with shapes (3,) (0,)
test_task_cvel.py:938: in test40
    ret = verify_ms(outfile, 1, 3, 0, b)
test_task_cvel.py:65: in verify_ms
    if not (expchanfreqs==[]):
E   ValueError: operands could not be broadcast together with shapes (3,) (0,)
ValueError: operands could not be broadcast together with shapes (3,) (0,)
test_task_cvel.py:970: in test41
    ret = verify_ms(outfile, 1, 3, 0, b)
test_task_cvel.py:65: in verify_ms
    if not (expchanfreqs==[]):
E   ValueError: operands could not be broadcast together with shapes (3,) (0,)
ValueError: operands could not be broadcast together with shapes (3,) (0,)
test_task_cvel.py:1002: in test42
    ret = verify_ms(outfile, 1, 3, 0, b)
test_task_cvel.py:65: in verify_ms
    if not (expchanfreqs==[]):
E   ValueError: operands could not be broadcast together with shapes (3,) (0,)
ValueError: operands could not be broadcast together with shapes (3,) (0,)
test_task_cvel.py:1110: in test48
    ret = verify_ms(outfile, 1, 3, 0, b)
test_task_cvel.py:65: in verify_ms
    if not (expchanfreqs==[]):
E   ValueError: operands could not be broadcast together with shapes (3,) (0,)
ValueError: operands could not be broadcast together with shapes (3,) (0,)
test_task_cvel.py:1131: in test48_interpolation_uppercase
    ret = verify_ms(outfile, 1, 3, 0, b)
test_task_cvel.py:65: in verify_ms
    if not (expchanfreqs==[]):
E   ValueError: operands could not be broadcast together with shapes (3,) (0,)
ValueError: operands could not be broadcast together with shapes (150,) (0,)
test_task_cvel.py:1191: in test50
    ret = verify_ms(outfile, 1, 150, 0, b)
test_task_cvel.py:65: in verify_ms
    if not (expchanfreqs==[]):
E   ValueError: operands could not be broadcast together with shapes (150,) (0,)
ValueError: operands could not be broadcast together with shapes (150,) (0,)
test_task_cvel.py:1228: in test51
    ret = verify_ms(outfile, 1, 150, 0, b)
test_task_cvel.py:65: in verify_ms
    if not (expchanfreqs==[]):
E   ValueError: operands could not be broadcast together with shapes (150,) (0,)
ValueError: operands could not be broadcast together with shapes (150,) (0,)
test_task_cvel.py:1269: in test52
    ret = verify_ms(outfile, 1, 150, 0, b)
test_task_cvel.py:65: in verify_ms
    if not (expchanfreqs==[]):
E   ValueError: operands could not be broadcast together with shapes (150,) (0,)
ValueError: operands could not be broadcast together with shapes (3,) (0,)
test_task_cvel2.py:987: in test35
    ret = verify_ms(outfile, 1, 3, 0, b)
test_task_cvel2.py:82: in verify_ms
    if not (expchanfreqs==[]):
E   ValueError: operands could not be broadcast together with shapes (3,) (0,)
ValueError: operands could not be broadcast together with shapes (3,) (0,)
test_task_cvel2.py:1008: in test36
    ret = verify_ms(outfile, 1, 3, 0, b)
test_task_cvel2.py:82: in verify_ms
    if not (expchanfreqs==[]):
E   ValueError: operands could not be broadcast together with shapes (3,) (0,)
ValueError: operands could not be broadcast together with shapes (3,) (0,)
test_task_cvel2.py:1030: in test37
    ret = verify_ms(outfile, 1, 3, 0, b)
test_task_cvel2.py:82: in verify_ms
    if not (expchanfreqs==[]):
E   ValueError: operands could not be broadcast together with shapes (3,) (0,)
ValueError: operands could not be broadcast together with shapes (3,) (0,)
test_task_cvel2.py:1052: in test38
    ret = verify_ms(outfile, 1, 3, 0, b)
test_task_cvel2.py:82: in verify_ms
    if not (expchanfreqs==[]):
E   ValueError: operands could not be broadcast together with shapes (3,) (0,)
ValueError: operands could not be broadcast together with shapes (3,) (0,)
test_task_cvel2.py:1081: in test39
    ret = verify_ms(outfile, 1, 3, 0, b)
test_task_cvel2.py:82: in verify_ms
    if not (expchanfreqs==[]):
E   ValueError: operands could not be broadcast together with shapes (3,) (0,)
ValueError: operands could not be broadcast together with shapes (3,) (0,)
test_task_cvel2.py:1110: in test40
    ret = verify_ms(outfile, 1, 3, 0, b)
test_task_cvel2.py:82: in verify_ms
    if not (expchanfreqs==[]):
E   ValueError: operands could not be broadcast together with shapes (3,) (0,)
ValueError: operands could not be broadcast together with shapes (3,) (0,)
test_task_cvel2.py:1143: in test41
    ret = verify_ms(outfile, 1, 3, 0, b)
test_task_cvel2.py:82: in verify_ms
    if not (expchanfreqs==[]):
E   ValueError: operands could not be broadcast together with shapes (3,) (0,)
ValueError: operands could not be broadcast together with shapes (3,) (0,)
test_task_cvel2.py:1176: in test42
    ret = verify_ms(outfile, 1, 3, 0, b)
test_task_cvel2.py:82: in verify_ms
    if not (expchanfreqs==[]):
E   ValueError: operands could not be broadcast together with shapes (3,) (0,)
ValueError: operands could not be broadcast together with shapes (3,) (0,)
test_task_cvel2.py:1306: in test48
    ret = verify_ms(outfile, 1, 3, 0, b)
test_task_cvel2.py:82: in verify_ms
    if not (expchanfreqs==[]):
E   ValueError: operands could not be broadcast together with shapes (3,) (0,)
ValueError: operands could not be broadcast together with shapes (150,) (0,)
test_task_cvel2.py:1368: in test50
    ret = verify_ms(outfile, 1, 150, 0, b)
test_task_cvel2.py:82: in verify_ms
    if not (expchanfreqs==[]):
E   ValueError: operands could not be broadcast together with shapes (150,) (0,)
ValueError: operands could not be broadcast together with shapes (150,) (0,)
test_task_cvel2.py:1406: in test51
    ret = verify_ms(outfile, 1, 150, 0, b)
test_task_cvel2.py:82: in verify_ms
    if not (expchanfreqs==[]):
E   ValueError: operands could not be broadcast together with shapes (150,) (0,)
ValueError: operands could not be broadcast together with shapes (150,) (0,)
test_task_cvel2.py:1448: in test52
    ret = verify_ms(outfile, 1, 150, 0, b)
test_task_cvel2.py:82: in verify_ms
    if not (expchanfreqs==[]):
E   ValueError: operands could not be broadcast together with shapes (150,) (0,)
ValueError: operands could not be broadcast together with shapes (2,) (0,)
test_task_cvel2.py:1466: in test53
    ret = verify_ms(outfile, 1, 2, 0, exp_chan_freq)
test_task_cvel2.py:82: in verify_ms
    if not (expchanfreqs==[]):
E   ValueError: operands could not be broadcast together with shapes (2,) (0,)
RuntimeError: *** Error when interpreting parameter 'direction':
 File given is not a valid JPL email mime format file.
../../../../casa6testenv/lib/python3.10/site-packages/scipy/__init__.py:137: in __getattr__
    return globals()[name]
E   KeyError: 'sqrt'

During handling of the above exception, another exception occurred:
../../../../casa6testenv/lib/python3.10/site-packages/casatasks/private/task_fixplanets.py:261: in fixplanets
(18 more lines...)
ValueError: operands could not be broadcast together with shapes (2,) (0,)
test_task_fixplanets.py:181: in test_fixuvw
    fixplanets(copypath, field='1', direction=ephem, fixuvw=True)
../../../../casa6testenv/lib/python3.10/site-packages/casatasks/fixplanets.py:106: in __call__
    task_result = _fixplanets_t( _pc.document['vis'], _pc.document['field'], _pc.document['fixuvw'], _pc.document['direction'], _pc.document['refant'], _pc.document['reftime'] )
../../../../casa6testenv/lib/python3.10/site-packages/casatasks/private/task_fixplanets.py:409: in fixplanets
    if(fixuvw and (oldrefcol!=[]) and (thenewref>0)):
E   ValueError: operands could not be broadcast together with shapes (2,) (0,)
ValueError: operands could not be broadcast together with shapes (3,) (0,)
test_task_fixplanets.py:305: in test_reftimeASDM2011
    fixplanets(vis=myms, field='Titan', fixuvw=True, reftime='median')
../../../../casa6testenv/lib/python3.10/site-packages/casatasks/fixplanets.py:106: in __call__
    task_result = _fixplanets_t( _pc.document['vis'], _pc.document['field'], _pc.document['fixuvw'], _pc.document['direction'], _pc.document['refant'], _pc.document['reftime'] )
../../../../casa6testenv/lib/python3.10/site-packages/casatasks/private/task_fixplanets.py:409: in fixplanets
    if(fixuvw and (oldrefcol!=[]) and (thenewref>0)):
E   ValueError: operands could not be broadcast together with shapes (3,) (0,)
ValueError: operands could not be broadcast together with shapes (3,) (0,)
test_task_fixplanets.py:282: in test_standardASDM2011
    fixplanets(myms, 'Titan', True)
../../../../casa6testenv/lib/python3.10/site-packages/casatasks/fixplanets.py:106: in __call__
    task_result = _fixplanets_t( _pc.document['vis'], _pc.document['field'], _pc.document['fixuvw'], _pc.document['direction'], _pc.document['refant'], _pc.document['reftime'] )
../../../../casa6testenv/lib/python3.10/site-packages/casatasks/private/task_fixplanets.py:409: in fixplanets
    if(fixuvw and (oldrefcol!=[]) and (thenewref>0)):
E   ValueError: operands could not be broadcast together with shapes (3,) (0,)
ValueError: operands could not be broadcast together with shapes (3,) (0,)
test_task_fixplanets.py:322: in test_withEphemeris
    fixplanets(vis=myms, field='Titan', fixuvw=True,
../../../../casa6testenv/lib/python3.10/site-packages/casatasks/fixplanets.py:106: in __call__
    task_result = _fixplanets_t( _pc.document['vis'], _pc.document['field'], _pc.document['fixuvw'], _pc.document['direction'], _pc.document['refant'], _pc.document['reftime'] )
../../../../casa6testenv/lib/python3.10/site-packages/casatasks/private/task_fixplanets.py:409: in fixplanets
    if(fixuvw and (oldrefcol!=[]) and (thenewref>0)):
E   ValueError: operands could not be broadcast together with shapes (3,) (0,)
ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
test_task_flagdata.py:806: in test_rflag_calculate_dict_then_apply
    flagdata(vis=self.vis, mode='rflag', spw='9,10',
../../../../casa6testenv/lib/python3.10/site-packages/casatasks/flagdata.py:1132: in __call__
    task_result = _flagdata_t( _pc.document['vis'], _pc.document['mode'], _pc.document['autocorr'], _pc.document['inpfile'], _pc.document['reason'], _pc.document['tbuff'], _pc.document['spw'], _pc.document['field'], _pc.document['antenna'], _pc.document['uvrange'], _pc.document['timerange'], _pc.document['correlation'], _pc.document['scan'], _pc.document['intent'], _pc.document['array'], _pc.document['observation'], _pc.document['feed'], _pc.document['clipminmax'], _pc.document['datacolumn'], _pc.document['clipoutside'], _pc.document['channelavg'], _pc.document['chanbin'], _pc.document['timeavg'], _pc.document['timebin'], _pc.document['clipzeros'], _pc.document['quackinterval'], _pc.document['quackmode'], _pc.document['quackincrement'], _pc.document['tolerance'], _pc.document['addantenna'], _pc.document['lowerlimit'], _pc.document['upperlimit'], _pc.document['ntime'], _pc.document['combinescans'], _pc.document['timecutoff'], _pc.document['freqcutoff'], _pc.document['timefit'], _pc.document['freqfit'], _pc.document['maxnpieces'], _pc.document['flagdimension'], _pc.document['usewindowstats'], _pc.document['halfwin'], _pc.document['extendflags'], _pc.document['winsize'], _pc.document['timedev'], _pc.document['freqdev'], _pc.document['timedevscale'], _pc.document['freqdevscale'], _pc.document['spectralmax'], _pc.document['spectralmin'], _pc.document['antint_ref_antenna'], _pc.document['minchanfrac'], _pc.document['verbose'], _pc.document['extendpols'], _pc.document['growtime'], _pc.document['growfreq'], _pc.document['growaround'], _pc.document['flagneartime'], _pc.document['flagnearfreq'], _pc.document['minrel'], _pc.document['maxrel'], _pc.document['minabs'], _pc.document['maxabs'], _pc.document['spwchan'], _pc.document['spwcorr'], _pc.document['basecnt'], _pc.document['fieldcnt'], _pc.document['name'], _pc.document['action'], _pc.document['display'], _pc.document['flagbackup'], _pc.document['savepars'], _pc.document['cmdreason'], _pc.document['outfile'], _pc.document['overwrite'], _pc.document['writeflags'] )
../../../../casa6testenv/lib/python3.10/site-packages/casatasks/private/task_flagdata.py:571: in flagdata
    if v == '':
E   ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
ValueError: operands could not be broadcast together with shapes (41,) (2,)
test_task_fluxscale.py:287: in test_fitorder
    self.assertFalse(np.all(res1['1']['spidx'] == res2['1']['spidx']))
E   ValueError: operands could not be broadcast together with shapes (41,) (2,)

Error summary

The build generated some errors. See the full build log for more details.

a nosedir/test_task_asdmsummary/test_task_asdmsummary.py
a nosedir/test_task_asdmsummary/__pycache__/conftest.cpython-310-pytest-8.1.1.pyc
a nosedir/test_task_asdmsummary/__pycache__/test_task_asdmsummary.cpython-310-pytest-8.1.1.pyc
a nosedir/test_task_asdmsummary/.pytest_cache/.gitignore
a nosedir/test_task_asdmsummary/.pytest_cache/CACHEDIR.TAG
a nosedir/test_task_asdmsummary/.pytest_cache/README.md
a nosedir/test_task_asdmsummary/.pytest_cache/v
a nosedir/test_task_asdmsummary/.pytest_cache/v/cache
a nosedir/test_task_asdmsummary/.pytest_cache/v/cache/nodeids
a nosedir/test_task_asdmsummary/.pytest_cache/v/cache/stepwise
a nosedir/test_task_applycal/.pytest_cache
a nosedir/test_task_applycal/__pycache__
a nosedir/test_task_applycal/casa-20240403-230218.log
a nosedir/test_task_applycal/conftest.py
a nosedir/test_task_applycal/short_summary.log
a nosedir/test_task_applycal/test_task_applycal.py
a nosedir/test_task_applycal/__pycache__/conftest.cpython-310-pytest-8.1.1.pyc
a nosedir/test_task_applycal/__pycache__/test_task_applycal.cpython-310-pytest-8.1.1.pyc
a nosedir/test_task_applycal/.pytest_cache/.gitignore
a nosedir/test_task_applycal/.pytest_cache/CACHEDIR.TAG
a nosedir/test_task_applycal/.pytest_cache/README.md
a nosedir/test_task_applycal/.pytest_cache/v
a nosedir/test_task_applycal/.pytest_cache/v/cache
a nosedir/test_task_applycal/.pytest_cache/v/cache/nodeids
a nosedir/test_task_applycal/.pytest_cache/v/cache/stepwise
a nosedir/test_task_accor/.pytest_cache
a nosedir/test_task_accor/__pycache__
a nosedir/test_task_accor/casa-20240404-013222.log
a nosedir/test_task_accor/conftest.py
a nosedir/test_task_accor/short_summary.log
a nosedir/test_task_accor/test_task_accor.py
a nosedir/test_task_accor/__pycache__/conftest.cpython-310-pytest-8.1.1.pyc
a nosedir/test_task_accor/__pycache__/test_task_accor.cpython-310-pytest-8.1.1.pyc
a nosedir/test_task_accor/.pytest_cache/.gitignore
a nosedir/test_task_accor/.pytest_cache/CACHEDIR.TAG
a nosedir/test_task_accor/.pytest_cache/README.md
a nosedir/test_task_accor/.pytest_cache/v
a nosedir/test_task_accor/.pytest_cache/v/cache
a nosedir/test_task_accor/.pytest_cache/v/cache/nodeids
a nosedir/test_task_accor/.pytest_cache/v/cache/stepwise
a nosedir/test_jyperk/.pytest_cache
a nosedir/test_jyperk/__pycache__
a nosedir/test_jyperk/casa-20240403-210910.log
a nosedir/test_jyperk/conftest.py
a nosedir/test_jyperk/short_summary.log
a nosedir/test_jyperk/test_jyperk.py
a nosedir/test_jyperk/__pycache__/conftest.cpython-310-pytest-8.1.1.pyc
a nosedir/test_jyperk/__pycache__/test_jyperk.cpython-310-pytest-8.1.1.pyc
a nosedir/test_jyperk/.pytest_cache/.gitignore
a nosedir/test_jyperk/.pytest_cache/CACHEDIR.TAG
a nosedir/test_jyperk/.pytest_cache/README.md
a nosedir/test_jyperk/.pytest_cache/v
a nosedir/test_jyperk/.pytest_cache/v/cache
a nosedir/test_jyperk/.pytest_cache/v/cache/nodeids
a nosedir/test_jyperk/.pytest_cache/v/cache/stepwise
a nosedir/test_imagerhelpers_gclean/.pytest_cache
a nosedir/test_imagerhelpers_gclean/__pycache__
a nosedir/test_imagerhelpers_gclean/casa-20240403-225312.log
a nosedir/test_imagerhelpers_gclean/conftest.py
a nosedir/test_imagerhelpers_gclean/short_summary.log
a nosedir/test_imagerhelpers_gclean/test_imagerhelpers_gclean.py
a nosedir/test_imagerhelpers_gclean/__pycache__/conftest.cpython-310-pytest-8.1.1.pyc
a nosedir/test_imagerhelpers_gclean/__pycache__/test_imagerhelpers_gclean.cpython-310-pytest-8.1.1.pyc
a nosedir/test_imagerhelpers_gclean/.pytest_cache/.gitignore
a nosedir/test_imagerhelpers_gclean/.pytest_cache/CACHEDIR.TAG
a nosedir/test_imagerhelpers_gclean/.pytest_cache/README.md
a nosedir/test_imagerhelpers_gclean/.pytest_cache/v
a nosedir/test_imagerhelpers_gclean/.pytest_cache/v/cache
a nosedir/test_imagerhelpers_gclean/.pytest_cache/v/cache/nodeids
a nosedir/test_imagerhelpers_gclean/.pytest_cache/v/cache/stepwise
a nosedir/test_flaghelper/.pytest_cache
a nosedir/test_flaghelper/__pycache__
a nosedir/test_flaghelper/casa-20240404-021234.log
a nosedir/test_flaghelper/conftest.py
a nosedir/test_flaghelper/short_summary.log
a nosedir/test_flaghelper/test_flaghelper.py
a nosedir/test_flaghelper/__pycache__/conftest.cpython-310-pytest-8.1.1.pyc
a nosedir/test_flaghelper/__pycache__/test_flaghelper.cpython-310-pytest-8.1.1.pyc
a nosedir/test_flaghelper/.pytest_cache/.gitignore
a nosedir/test_flaghelper/.pytest_cache/CACHEDIR.TAG
a nosedir/test_flaghelper/.pytest_cache/README.md
a nosedir/test_flaghelper/.pytest_cache/v
a nosedir/test_flaghelper/.pytest_cache/v/cache
a nosedir/test_flaghelper/.pytest_cache/v/cache/nodeids
a nosedir/test_flaghelper/.pytest_cache/v/cache/stepwise
a nosedir/test_casaxmlutil/.pytest_cache
a nosedir/test_casaxmlutil/__pycache__
a nosedir/test_casaxmlutil/casa-20240403-225753.log
a nosedir/test_casaxmlutil/conftest.py
a nosedir/test_casaxmlutil/short_summary.log
a nosedir/test_casaxmlutil/test_casaxmlutil.py
a nosedir/test_casaxmlutil/__pycache__/conftest.cpython-310-pytest-8.1.1.pyc
a nosedir/test_casaxmlutil/__pycache__/test_casaxmlutil.cpython-310-pytest-8.1.1.pyc
a nosedir/test_casaxmlutil/.pytest_cache/.gitignore
a nosedir/test_casaxmlutil/.pytest_cache/CACHEDIR.TAG
a nosedir/test_casaxmlutil/.pytest_cache/README.md
a nosedir/test_casaxmlutil/.pytest_cache/v
a nosedir/test_casaxmlutil/.pytest_cache/v/cache
a nosedir/test_casaxmlutil/.pytest_cache/v/cache/nodeids
a nosedir/test_casaxmlutil/.pytest_cache/v/cache/stepwise