Build: #19 failed
Job: Test Tools MPI Many Linux 2.28 Rocky 8.10 Py3.10 failed
complement is last line: Test case result
The below summarizes the result of the test " complement is last line" in build 19 of CASA - CMake MPI - Test Tools MPI Many Linux 2.28 Rocky 8.10 Py3.10.
- Description
- complement is last line
- Test class
- tests.tools.regionmanager.test_tool_regionmanager.rg_frombcs_test
- Method
- test_complement_is_last_line
- Duration
- < 1 sec
- Status
- Failed (Existing Failure)
Error Log
FileNotFoundError: [Errno 2] No such file or directory: 'imregion.fits'
self = <test_tool_regionmanager.rg_frombcs_test testMethod=test_complement_is_last_line>
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