Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migration from ParcelsRandom in documentation notebooks #1651

Open
VeckoTheGecko opened this issue Aug 12, 2024 · 0 comments
Open

Migration from ParcelsRandom in documentation notebooks #1651

VeckoTheGecko opened this issue Aug 12, 2024 · 0 comments

Comments

@VeckoTheGecko
Copy link
Contributor

VeckoTheGecko commented Aug 12, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

1 participant