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 7a62f46 commit 0ddcf6eCopy full SHA for 0ddcf6e
consensus_decentralization/metrics/entropy.py
@@ -46,4 +46,3 @@ def compute_entropy_percentage(block_distribution, alpha):
46
return compute_entropy(block_distribution, alpha) / compute_max_entropy(total_entities, alpha)
47
except ZeroDivisionError:
48
return 0
49
-
0 commit comments