Build: #2 failed

Job: Test Tasks Many Linux 2.28 Python 3.12 L4 failed

Sdfixscan test2.test201: Test case result

The below summarizes the result of the test "Sdfixscan test2.test201" in build 2 of CASASPECS - Dev Test GPU 3.12 L4 - CAS-14708 - Test Tasks Many Linux 2.28 Python 3.12 L4.
Description
Sdfixscan test2.test201
Test class
test_task_sdfixscan
Method
sdfixscan_test2.test201
Duration
< 1 sec
Status
Failed (New Failure)

Error Log

ValueError: setting an array element with a sequence.
TypeError: only 0-dimensional arrays can be converted to Python scalars

The above exception was the direct cause of the following exception:
test_task_sdfixscan.py:508: in test201
    sdfixscan(infiles=self.rawfiles, mode=self.mode, direction=[0.0, 90.0],
../../../../venv/lib/python3.12/site-packages/casatasks/sdfixscan.py:152: in __call__
    task_result = _sdfixscan_t( _pc.document['infiles'], _pc.document['mode'], _pc.document['numpoly'], _pc.document['beamsize'], _pc.document['smoothsize'], _pc.document['direction'], _pc.document['maskwidth'], _pc.document['tmax'], _pc.document['tmin'], _pc.document['outfile'], _pc.document['overwrite'] )
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../../../../venv/lib/python3.12/site-packages/casatasks/private/sdutil.py:129: in wrapper
    retval = func(*args, **kwargs)
             ^^^^^^^^^^^^^^^^^^^^^
../../../../venv/lib/python3.12/site-packages/casatasks/private/task_sdfixscan.py:47: in sdfixscan
    worker.execute()
../../../../venv/lib/python3.12/site-packages/casatasks/private/task_sdfixscan.py:143: in execute
    self.__execute_basket_weaving()
../../../../venv/lib/python3.12/site-packages/casatasks/private/task_sdfixscan.py:432: in __execute_basket_weaving
    maskedpixel[i][ix][iy][iaxis2][iaxis3] = pixmsk[ix][iy]
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
E   ValueError: setting an array element with a sequence.