From 7258fb18b6ce16a47b684ebc4cf3da6ff03468b7 Mon Sep 17 00:00:00 2001 From: HappyZ Date: Wed, 31 Jan 2018 10:49:40 -0600 Subject: [PATCH] bug fix --- libMeasurement.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libMeasurement.py b/libMeasurement.py index 3c629fe..d74490d 100755 --- a/libMeasurement.py +++ b/libMeasurement.py @@ -127,7 +127,7 @@ class Measurement(object): use median instead of mean for less bias with small number of rounds ''' result = {} - avg_result = {} + median_result = {} for i in range(rounds): # no guarantee that all rounds are successful for each in self.get_distance_once():