Build: #18 failed
Job: Test Tools MPI Many Linux 2.28 Rocky 8.10 Py3.10 failed
region record: Test case result
The below summarizes the result of the test " region record" in build 18 of CASA - CMake MPI - Test Tools MPI Many Linux 2.28 Rocky 8.10 Py3.10.
- Description
- region record
- Test class
- tests.tools.regionmanager.test_tool_regionmanager.rg_frombcs_test
- Method
- test_region_record
- Duration
- < 1 sec
- Status
- Failed (New Failure)
Error Log
FileNotFoundError: [Errno 2] No such file or directory: 'imregion.fits'
self = <test_tool_regionmanager.rg_frombcs_test testMethod=test_region_record>
def tearDown(self):
for im in [self.image, self.image_nospec, self.image_dironly]:
> os.remove(im)
E FileNotFoundError: [Errno 2] No such file or directory: 'imregion.fits'
../../../casatools/tests/tools/regionmanager/test_tool_regionmanager.py:119: FileNotFoundError