Skip to content

Commit

Permalink
Update homophily value in configurations.py file
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaibhav sharma committed Dec 16, 2024
1 parent 8869b3f commit dfd9d41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmarks/configurations.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"parameters": {
"height": 40,
"width": 40,
"homophily": 3,
"homophily": 0.4,
"radius": 1,
"density": 0.625,
},
Expand All @@ -47,7 +47,7 @@
"parameters": {
"height": 100,
"width": 100,
"homophily": 8,
"homophily": 0.4,
"radius": 2,
"density": 0.8,
},
Expand Down

0 comments on commit dfd9d41

Please sign in to comment.