diff --git a/benchmarks/configurations.py b/benchmarks/configurations.py index 95bb41c806a..bb69176731c 100644 --- a/benchmarks/configurations.py +++ b/benchmarks/configurations.py @@ -35,7 +35,7 @@ "parameters": { "height": 40, "width": 40, - "homophily": 3, + "homophily": 0.4, "radius": 1, "density": 0.625, }, @@ -47,7 +47,7 @@ "parameters": { "height": 100, "width": 100, - "homophily": 8, + "homophily": 0.4, "radius": 2, "density": 0.8, },