Skip to content

v2.1.0

Latest

Choose a tag to compare

@orlandoisepic orlandoisepic released this 04 Feb 13:38
0f58d3e

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.