Skip to content

Commit 634bb31

Browse files
committed
Remove obsolete TODO
1 parent 600bcdf commit 634bb31

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/ldbc/snb/datagen/generator/DatagenParams.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,6 @@ private static double scale(long numPersons, double mean) {
330330
return Math.log10(mean * numPersons / 2 + numPersons);
331331
}
332332

333-
//TODO: add remaining degree distributions
334333
public static DegreeDistribution getDegreeDistribution() {
335334

336335
DegreeDistribution output;

0 commit comments

Comments
 (0)