Build: #2 failed

Job: Test Tasks Many Linux 2.28 failed

rflag.test rflag calculate dict then apply: Test case result

The below summarizes the result of the test " rflag.test rflag calculate dict then apply" in build 2 of CASA - Release Engineering Cmake Numpy Update 3.10 - CAS-14306 - Test Tasks Many Linux 2.28. View test case history
Description
rflag.test rflag calculate dict then apply
Test class
test_task_flagdata
Method
test_rflag.test_rflag_calculate_dict_then_apply
Duration
< 1 sec
Status
Failed (New Failure)

Error Log

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',
/usr/local/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'] )
/usr/local/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()