Build: #135 failed
Job: Test Linux failed
Pipeline.infrastructure.contfilehandler test: Test case result
The below summarizes the result of the test "Pipeline.infrastructure.contfilehandler test" in build 135 of Pipeline - Pipeline Main with Casa Master Test - Test Linux.
- Description
- Pipeline.infrastructure.contfilehandler test
- Test class
- unnamed test suite
- Method
- pipeline.infrastructure.contfilehandler_test
- Duration
- < 1 sec
- Status
- Failed (Existing Failure)
Error Log
collection failure
pipeline/infrastructure/contfilehandler_test.py:4: in <module>
from .. import domain
pipeline/__init__.py:21: in <module>
from . import hifa
pipeline/hifa/__init__.py:2: in <module>
from . import tasks
pipeline/hifa/tasks/__init__.py:9: in <module>
from .fluxscale import GcorFluxscale, SessionGcorFluxscale
pipeline/hifa/tasks/fluxscale/__init__.py:3: in <module>
from . import qa
pipeline/hifa/tasks/fluxscale/qa.py:622: in <module>
'boolean': numpy.bool,
../casa-6.5.5-10-pipeline-2023.0.0.12/lib/py/lib/python3.8/site-packages/numpy/__init__.py:305: in __getattr__
raise AttributeError(__former_attrs__[attr])
E AttributeError: module 'numpy' has no attribute 'bool'.
E `np.bool` was a deprecated alias for the builtin `bool`. To avoid this error in existing code, use `bool` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.bool_` here.
E The aliases was originally deprecated in NumPy 1.20; for more details and guidance see the original release note at:
E https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations