Skip to content

Unittest not passing #267

@ndem0

Description

@ndem0

Describe the bug
For all python version after 3.8, the unittest are failing.

To Reproduce
pytest

Output

FAILED tests/test_k_neighbors_regressor.py::TestKNeighbors::test_wrong1 - AttributeError: module 'numpy' has no attribute 'VisibleDeprecationWarning'
FAILED tests/test_k_neighbors_regressor.py::TestKNeighbors::test_wrong2 - AttributeError: module 'numpy' has no attribute 'VisibleDeprecationWarning'
FAILED tests/test_linear.py::TestLinear::test_wrong1 - AttributeError: module 'numpy' has no attribute 'VisibleDeprecationWarning'
FAILED tests/test_linear.py::TestLinear::test_wrong2 - AttributeError: module 'numpy' has no attribute 'VisibleDeprecationWarning'
FAILED tests/test_radius_neighbors_regressor.py::TestRadius::test_wrong1 - AttributeError: module 'numpy' has no attribute 'VisibleDeprecationWarning'
FAILED tests/test_radius_neighbors_regressor.py::TestRadius::test_wrong2 - AttributeError: module 'numpy' has no attribute 'VisibleDeprecationWarning'

https://github.com/mathLab/EZyRB/actions/runs/19170278473/job/54800764842

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions