-
Notifications
You must be signed in to change notification settings - Fork 262
Description
Describe the bug
Building 0.11.8 with igraph 0.10.15:
=================================== FAILURES ===================================
_________________________ GraphTestRunner.test_labels __________________________
args = (<tests.drawing.matplotlib.test_graph.GraphTestRunner testMethod=test_labels>,)
kwds = {}
@wraps(func)
def inner(*args, **kwds):
with self._recreate_cm():
return func(*args, **kwds)
E matplotlib.testing.exceptions.ImageComparisonFailure: images not close (RMS 3.652):
E result_images/test_graph/graph_labels.png
E result_images/test_graph/graph_labels-expected.png
E result_images/test_graph/graph_labels-failed-diff.png
/usr/lib64/python3.13/contextlib.py:85: ImageComparisonFailure
=========================== short test summary info ============================
FAILED tests/drawing/matplotlib/test_graph.py::GraphTestRunner::test_labels
======================== 1 failed, 509 passed in 22.50s ========================