From dfd9d410d0bddf13867242ee022b5fb8281ca49e Mon Sep 17 00:00:00 2001 From: Vaibhav sharma Date: Tue, 17 Dec 2024 01:50:03 +0530 Subject: [PATCH] Update homophily value in configurations.py file --- benchmarks/configurations.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, },