small bug fixes
This commit is contained in:
@@ -139,7 +139,7 @@ def summaryfromsplitdata(splitdata,data,filename,sep='|'):
|
|||||||
ipace = 500.*itime/idist
|
ipace = 500.*itime/idist
|
||||||
ispm = interval['stroke_rate']
|
ispm = interval['stroke_rate']
|
||||||
try:
|
try:
|
||||||
irest_time = interval['rest_time']
|
irest_time = interval['rest_time']/10.
|
||||||
except KeyError:
|
except KeyError:
|
||||||
irest_time = 0
|
irest_time = 0
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user