Skip to content
Snippets Groups Projects
Commit bf86f5f3 authored by Frederik Hennig's avatar Frederik Hennig
Browse files

Fix usages of deprecated features.

 - Scipy subnamespaces `ndimage.filters` and `ndimage.morphology` have been deprecated for a while
 - `np.trapz` is replaced by `np.trapezoid` in numpy 2.0 (https://numpy.org/doc/stable/numpy_2_0_migration_guide.html#main-namespace)
 - Path-like arguments in pytest have been switched to `pathlib` a long time ago
   (https://docs.pytest.org/en/latest/deprecations.html#fspath-argument-for-node-constructors-replaced-with-pathlib-path
    and
    https://docs.pytest.org/en/latest/deprecations.html#py-path-local-arguments-for-hooks-replaced-with-pathlib-path)
parent 942e11d7
No related branches found
No related tags found
1 merge request!174Fix usages of deprecated features.
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment