Closed panahiparham closed 1 month ago
Is this about the order of properties in the configuration dictionary, or about the mapping between id numbers and configurations?
Note this assertion in one of the tests assumes get_configs
returning configurations in a particular order, but this is not currently implemented in get_configs
Order is already consistent because of this:
In #9 there is a discussion to add functionality to guarantee the order of configuration. One obvious benefit is easier testing and PyExpUtils also preserves ordering. Should we do it here as well?