snap-stanford / snap

Stanford Network Analysis Platform (SNAP) is a general purpose network analysis and graph mining library.
Other
2.16k stars 795 forks source link

In Ubuntu20.04, test GVizTest.DrawGViz failed #238

Open ClaraSchumann opened 1 year ago

ClaraSchumann commented 1 year ago

Under the directory test/graphviz, the original base* version .ps files are seemingly identical to those generated during the execution of gtest, which are prefixed by `test. But their filesizes are different and the assertionEXPECT_TRUE(compareFiles(FNameBase.CStr(), FNameTest.CStr()));intest/test-gviz.cpp, line 70` always fail.

What was the version of graphviz used to generate the original ones?