ubermag / discretisedfield

Python package for the analysis and visualisation of finite-difference fields.
http://ubermag.github.io
BSD 3-Clause "New" or "Revised" License
17 stars 13 forks source link

Remove `field.mesh.region.random_point()` from documentation notebooks #523

Open lang-m opened 4 months ago

lang-m commented 4 months ago

The method has been marked as deprecated and will be removed. It is still used in several places in the notebooks. It should be replaced with some other means of selecting a suitable discretisation cell. Ideas @samjrholt , @swapneelap or @kzqureshi ?