Build: #1 failed
Job: Test Tasks Many Linux 2.28 3.12 failed
Sdimaging test0.test005: Test case result
The below summarizes the result of the test "Sdimaging test0.test005" in build 1 of CASASPECS - Dev Test Full 3.12 - CAS-14710 - Test Tasks Many Linux 2.28 3.12.
- Description
- Sdimaging test0.test005
- Test class
- test_task_sdimaging
- Method
- sdimaging_test0.test005
- Duration
- < 1 sec
- Status
- Failed (New Failure)
Error Log
AssertionError: -1 == -1 : Unexpected exception was thrown: %d format: a real number is required, not numpy.ndarray
test_task_sdimaging.py:455: in test005
sdimaging(infiles=self.rawfile, stokes='BAD', intent='', outfile=self.outfile)
/usr/local/lib/python3.12/site-packages/casatasks/sdimaging.py:365: in __call__
task_result = _sdimaging_t( _pc.document['infiles'], _pc.document['outfile'], _pc.document['overwrite'], _pc.document['field'], _pc.document['spw'], _pc.document['antenna'], _pc.document['scan'], _pc.document['intent'], _pc.document['mode'], _pc.document['nchan'], _pc.document['start'], _pc.document['width'], _pc.document['veltype'], _pc.document['outframe'], _pc.document['gridfunction'], _pc.document['convsupport'], _pc.document['truncate'], _pc.document['gwidth'], _pc.document['jwidth'], _pc.document['imsize'], _pc.document['cell'], _pc.document['phasecenter'], _pc.document['projection'], _pc.document['ephemsrcname'], _pc.document['pointingcolumn'], _pc.document['restfreq'], _pc.document['stokes'], _pc.document['minweight'], _pc.document['brightnessunit'], _pc.document['clipminmax'], _pc.document['enablecache'], _pc.document['convertfirst'], _pc.document['interpolation'] )
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/local/lib/python3.12/site-packages/casatasks/private/sdutil.py:129: in wrapper
retval = func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
/usr/local/lib/python3.12/site-packages/casatasks/private/task_sdimaging.py:32: in sdimaging
worker.execute()
/usr/local/lib/python3.12/site-packages/casatasks/private/task_sdimaging.py:916: in execute
self._configure_map_property()
/usr/local/lib/python3.12/site-packages/casatasks/private/task_sdimaging.py:812: in _configure_map_property
imsize = self._get_imsize(map_param['width'], map_param['height'], cellx, celly)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/usr/local/lib/python3.12/site-packages/casatasks/private/task_sdimaging.py:1192: in _get_imsize
casalog.post("Image pixel numbers to cover the extent: [%d, %d] (projected)" %
E TypeError: %d format: a real number is required, not numpy.ndarray
During handling of the above exception, another exception occurred:
test_task_sdimaging.py:460: in test005
self.assertNotEqual(pos, -1,
E AssertionError: -1 == -1 : Unexpected exception was thrown: %d format: a real number is required, not numpy.ndarray