Build: #18 failed

Job: Test Tools MPI Many Linux 2.28 Rocky 8.10 Py3.10 failed

Stages & jobs

  1. Default Stage

  2. Test Tasks Stage

  3. Test Tools Stage

axesmap: Test case result

The below summarizes the result of the test " axesmap" in build 18 of CASA - CMake MPI - Test Tools MPI Many Linux 2.28 Rocky 8.10 Py3.10.
Description
axesmap
Test class
tests.tools.coordsys.test_tool_coordsys.coordsys_test
Method
test_axesmap
Duration
< 1 sec
Status
Failed (New Failure)

Error Log

FileNotFoundError: [Errno 2] No such file or directory: 'center_0.fits'
self = <test_tool_coordsys.coordsys_test testMethod=test_axesmap>

    def tearDown(self):
        cs.done()
>       os.remove(myim)
E       FileNotFoundError: [Errno 2] No such file or directory: 'center_0.fits'

../../../casatools/tests/tools/coordsys/test_tool_coordsys.py:98: FileNotFoundError