parcels icon indicating copy to clipboard operation
parcels copied to clipboard

Migration from `ParcelsRandom` in documentation notebooks

Open VeckoTheGecko opened this issue 6 months ago • 0 comments

Following from #1618, it would be good to update all the notebooks to use parcels.rng module instead of the ParcelsRandom alias.

i.e.

import parcels
...
def my_kernel(...):
-    parcels.ParcelsRandom ...
+    parcels.rng ...

Support for ParcelsRandom will stay until the next major version, this is just in preparation and to streamline docs.

VeckoTheGecko avatar Aug 12 '24 07:08 VeckoTheGecko