openego/ding0

Test for isomorphism fails

nesnoj opened this issue · 0 comments

Test test_grid.py::test_mv_connect_generators passes on system 1 but fails on system 2 (both have exactly the same package env). This origins in very small numeric differences (1e-9).

Matching of edges' attributes is done via categorical_edge_match which does not allow to define tolerances. Use numerical_edge_match for numeric attributes instead.