Skip to content

Commit 9784c83

Browse files
committed
add false discovery rate study
1 parent 4102ab8 commit 9784c83

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
if __name__ == '__main__':
2+
print sum([1.0 / (i + 1) for i in range(100)])

0 commit comments

Comments
 (0)