GAA-UAM / scikit-fda

Functional Data Analysis Python package
https://fda.readthedocs.io
BSD 3-Clause "New" or "Revised" License
290 stars 51 forks source link

omp_set_nested routine deprecated #434

Open fbarfi opened 2 years ago

fbarfi commented 2 years ago

Describe the bug error message in importing skfda

To Reproduce Code to reproduce the behavior:

import skfda
OMP: Info #273: omp_set_nested routine deprecated, please use omp_set_max_active_levels instead.
...

Expected behavior A clear and concise description of what you expected to happen, results or figures.

Version information

Additional context Add any other context about the problem here.

vnmabus commented 2 years ago

This warning is caused by Numba, and tracked in https://github.com/numba/numba/issues/5275.