We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4102ab8 commit 9784c83Copy full SHA for 9784c83
bioinformatics/false_discovery_rate/false_discovery_rate.py
@@ -0,0 +1,2 @@
1
+if __name__ == '__main__':
2
+ print sum([1.0 / (i + 1) for i in range(100)])
0 commit comments