xarray-contrib / datatree

WIP implementation of a tree-like hierarchical data structure for xarray.
https://xarray-datatree.readthedocs.io
Apache License 2.0
161 stars 43 forks source link

Use new numpy random number generator in docs example #290

Open schlich opened 6 months ago

schlich commented 6 months ago

Hi folks, just getting started with datatree and hoping it's the solution i've been searching for :) Just opening a very minor PR I noticed while going through the intro tutorial hands-on. I usually keep my Ruff linting settings pretty strict and it chimed in with the NPY002 linting rule. I have a patch branch for on my fork that addresses this change, and I'd be happy to open a PR with a little more contributors' guidance and encouragement 🚀

TomNicholas commented 6 months ago

Great! Please let us know any other thoughts you have as you explore the package :)

I'd be happy to open a PR with a little more contributors' guidance and encouragement 🚀

Definitely PRs welcome! Most things from xarray's contributing guide apply here also. Feel free to ping me with questions.