Data2Semantics / nodes

A general purpose graph library
MIT License
11 stars 5 forks source link

compile fails #2

Open hknarf opened 5 years ago

hknarf commented 5 years ago

Tried to compile the project but failed, some errors indicate that dropbox files are out of reach. Would you mind adding the dropbox files to the project? Thx.

Failed tests: testIndices2(org.nodes.LightUGraphTest) testLinkRemove(org.nodes.LightDTGraphTest): expected:<2> but was:<3> testIndices2(org.nodes.LightDGraphTest)

Tests in error: testImportBig(org.nodes.DiskUGraphTest): /Users/Peter/Dropbox/Datasets/graphs/p2p/p2p.txt (Datei oder Verzeichnis nicht gefunden) degrees(org.nodes.DiskUGraphTest): /Users/Peter/Dropbox/Datasets/graphs/wikipedia-nl/wikipedia-nl-simple.txt (Datei oder Verzeichnis nicht gefunden) test(org.nodes.random.SimpleSubgraphGeneratorTest): /Users/Peter/Documents/datasets/graphs/p2p/p2p.30.txt (Datei oder Verzeichnis nicht gefunden) createCitSMall(org.nodes.data.DataTest): /Users/Peter/Documents/datasets/graphs/cit/dates-th.txt (Datei oder Verzeichnis nicht gefunden) degrees(org.nodes.DiskDGraphTest): /Users/Peter/Documents/Datasets/graphs/wikipedia-nl/wikipedia-nl-simple.txt (Datei oder Verzeichnis nicht gefunden)

pbloem commented 5 years ago

Those tests should be disabled. I'll try to fix this soon.

As a workaround, please compile with -D skipTests