From 1710c6dcd06e6f8e0314a899347664f7328ec344 Mon Sep 17 00:00:00 2001 From: pechyonkin Date: Sat, 5 Oct 2019 14:50:05 -0400 Subject: [PATCH] Fix a typo --- arxiv/how_can_we_be_so_dense/src/pytorch/duty_cycle_metrics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arxiv/how_can_we_be_so_dense/src/pytorch/duty_cycle_metrics.py b/arxiv/how_can_we_be_so_dense/src/pytorch/duty_cycle_metrics.py index 0aeccaa..0ada153 100644 --- a/arxiv/how_can_we_be_so_dense/src/pytorch/duty_cycle_metrics.py +++ b/arxiv/how_can_we_be_so_dense/src/pytorch/duty_cycle_metrics.py @@ -28,7 +28,7 @@ def maxEntropy(n,k): """ - The maximum enropy we could get with n units and k winners + The maximum entropy we could get with n units and k winners """ s = float(k)/n