lincc-frameworks / tdastro

MIT License
4 stars 0 forks source link

JAX Compatibility Step 1: Allow Nodes to generate and use PyTrees #60

Closed jeremykubica closed 3 months ago

jeremykubica commented 3 months ago

Nodes can generate PyTrees with new build_pytree() function which will generate a pytree dictionary for the current tree of nodes. The same dictionary can be passed through the sampling functions as given_args to override any of the internal settings.