remove test on large graph and sample data

This commit is contained in:
Li-Ta Lo 2020-10-08 13:26:46 -06:00
parent 932f8b82f0
commit 268a07bb06
2 changed files with 1 additions and 8 deletions

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1058d22553440f11d3077e70ac8d3a06c6f59107f2dee3fa889fb5933a2a2483
size 1465043532

@ -108,11 +108,7 @@ public:
"Neighboring nodes don't have the same component id");
}
void TestECL_CC_DataSets() const
{
TestECL_CC("internet.egr", 1);
TestECL_CC("kron_g500-logn21.egr", 553159);
}
void TestECL_CC_DataSets() const { TestECL_CC("internet.egr", 1); }
void TestSimpleGraph() const
{