Build: #132 failed

Job: Test Linux failed

Stages & jobs

  1. Default Stage

Pipeline.infrastructure.utils.utils test: Test case result

The below summarizes the result of the test "Pipeline.infrastructure.utils.utils test" in build 132 of Pipeline - Pipeline Main with Casa Master Test - Test Linux. View test case history
Description
Pipeline.infrastructure.utils.utils test
Test class
unnamed test suite
Method
pipeline.infrastructure.utils.utils_test
Duration
< 1 sec
Status
Failed (Existing Failure)

Error Log

collection failure
pipeline/infrastructure/utils/utils_test.py:9: in <module>
    from pipeline 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-9-pipeline-2023.0.0.4/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