lincc-frameworks / tdastro

MIT License
4 stars 0 forks source link

Make the ordering of direct_dependencies stable #46

Closed jeremykubica closed 3 months ago

jeremykubica commented 3 months ago

Make the ordering of direct_dependencies stable by changing it from a set to a dict. Test this by forcing an update of the graph numbering when we call get_all_parameter_values() and augmenting the test to check the node numbers (their names start with "number: ...").