From 3a981417bef4e2cea63df7544e91fb13d853569a Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Thu, 2 Jan 2020 10:15:35 +0100 Subject: [PATCH] adding cumulative distance to allowed metrics --- rowers/metrics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rowers/metrics.py b/rowers/metrics.py index 242cfe56..3e08f76e 100644 --- a/rowers/metrics.py +++ b/rowers/metrics.py @@ -15,7 +15,7 @@ from math import log10 nometrics = [ 'originalvelo', - 'cumdist', +# 'cumdist', 'strokes_slsh_min', ' WorkPerStroke (joules)', ' activityIdx',