coverage
This commit is contained in:
@@ -6762,7 +6762,7 @@ def get_zones_report(rower,startdate,enddate,trainingzones='hr',date_agg='week')
|
||||
|
||||
dates.append(dd4)
|
||||
dates_sorting.append(dd4)
|
||||
else:
|
||||
else: # pragma: no cover
|
||||
dates.append(d.strftime('%Y/%m'))
|
||||
dates_sorting.append(d.strftime('%Y/%m'))
|
||||
|
||||
@@ -6879,7 +6879,7 @@ def interactive_zoneschart(rower,data,startdate,enddate,trainingzones='hr',date_
|
||||
|
||||
if date_agg == 'week':
|
||||
p.xaxis.axis_label = 'Week'
|
||||
else:
|
||||
else: # pragma: no cover
|
||||
p.xaxis.axis_label = 'Month'
|
||||
|
||||
p.plot_width=550
|
||||
|
||||
Reference in New Issue
Block a user