-
Notifications
You must be signed in to change notification settings - Fork 67
Open
Labels
Description
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