You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
on my machine.
It should output the same hash every time if the algorithm was deterministic.
The output of multipack info is deterministic, so it must be dot which is the culprit here.
The actual difference in the SVG is tiny, it seems to come down to some rounding differences.
Because of this, the check SVG step in the CI does not really make sense in my opinion,
since it would often fail even though the SVG image is up to date.
The text was updated successfully, but these errors were encountered:
outputs
on my machine.
It should output the same hash every time if the algorithm was deterministic.
The output of
multipack info
is deterministic, so it must bedot
which is the culprit here.The actual difference in the SVG is tiny, it seems to come down to some rounding differences.
I believe this is a known issue of
dot
discussed here: https://gitlab.com/graphviz/graphviz/-/issues/1767Because of this, the check SVG step in the CI does not really make sense in my opinion,
since it would often fail even though the SVG image is up to date.
The text was updated successfully, but these errors were encountered: