We added a new feature!
You can now compare precice-config.xml files, both for exact equivalence or only for isomorphism via the new function check_config_equivalence(path_expected: str, path_actual: str, ignore_names: bool = False) of graph.py.
The parameter ignore_names=False will check for graph isomorphism and compare the names of isomorphic nodes as well.
Additionally, a few small bugs were fixed.