Skip to content

Fix usages of deprecated features.

Frederik Hennig requested to merge da15siwa/lbmpy:dependency-deprecations into master

This MR updates the usage points of several deprecated features of our dependencies.

Maybe (just maybe) the closing of figures also fixes this spurious error:

FAILED tests/test_stokes_setup.ipynb::test_stokes_setup.ipynb - TypeError: Axes3D.quiver() missing 4 required positional arguments: 'Z', 'U', 'V', and 'W'

for which I still could not pin down the cause.

Edited by Frederik Hennig

Merge request reports