lincc-frameworks / tdastro

MIT License
4 stars 0 forks source link

Cache the parameter's full name in the setter_info #62

Closed jeremykubica closed 3 months ago

jeremykubica commented 3 months ago

Cache the parameter's full name in the setter_info. This will allow us to efficiently look it up from a dictionary in other PRs such as #60.

This PR also cleans up how the overloading of the name works with FunctionNode so that it caches the node's name correctly (which I broke in #58).