This commit is contained in:
HappyZ 2018-01-31 10:49:40 -06:00
parent c2c8bca829
commit 7258fb18b6
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ class Measurement(object):
use median instead of mean for less bias with small number of rounds use median instead of mean for less bias with small number of rounds
''' '''
result = {} result = {}
avg_result = {} median_result = {}
for i in range(rounds): for i in range(rounds):
# no guarantee that all rounds are successful # no guarantee that all rounds are successful
for each in self.get_distance_once(): for each in self.get_distance_once():