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: ...").
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 callget_all_parameter_values()
and augmenting the test to check the node numbers (their names start with "number: ...").