From c7223a7bad5e5bdee11669b786e011971acf5f62 Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Tue, 10 Jan 2017 12:13:13 +0100 Subject: [PATCH] small bug fixes --- rowers/c2stuff.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rowers/c2stuff.py b/rowers/c2stuff.py index 43992785..dc55a821 100644 --- a/rowers/c2stuff.py +++ b/rowers/c2stuff.py @@ -139,7 +139,7 @@ def summaryfromsplitdata(splitdata,data,filename,sep='|'): ipace = 500.*itime/idist ispm = interval['stroke_rate'] try: - irest_time = interval['rest_time'] + irest_time = interval['rest_time']/10. except KeyError: irest_time = 0 try: