-
- Downloads
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
Showing
- conftest.py 16 additions, 7 deletionsconftest.py
- src/lbmpy/phasefield/contact_angle_circle_fitting.py 2 additions, 2 deletionssrc/lbmpy/phasefield/contact_angle_circle_fitting.py
- tests/phasefield/test_entropic_model.ipynb 8 additions, 8 deletionstests/phasefield/test_entropic_model.ipynb
- tests/test_fluctuating_lb.py 7 additions, 1 deletiontests/test_fluctuating_lb.py
Loading
Please register or sign in to comment