bug fix
This commit is contained in:
parent
c2c8bca829
commit
7258fb18b6
|
|
@ -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():
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue