cosmetic change
This commit is contained in:
@@ -241,6 +241,7 @@ def add_c2_stroke_data_db(strokedata,workoutid,starttimeunix,csvfilename,
|
|||||||
hr = strokedata.ix[:,'hr']
|
hr = strokedata.ix[:,'hr']
|
||||||
except KeyError:
|
except KeyError:
|
||||||
hr = 0*spm
|
hr = 0*spm
|
||||||
|
|
||||||
pace = strokedata.ix[:,'p']/10.
|
pace = strokedata.ix[:,'p']/10.
|
||||||
pace = np.clip(pace,0,1e4)
|
pace = np.clip(pace,0,1e4)
|
||||||
pace = pace.replace(0,300)
|
pace = pace.replace(0,300)
|
||||||
|
|||||||
Reference in New Issue
Block a user