Private
Public Access
1
0

adding tests to increase coverage

This commit is contained in:
Sander Roosendaal
2019-01-02 21:54:25 +01:00
parent 128609968a
commit 76d2325797
10 changed files with 3224 additions and 16 deletions

View File

@@ -6,10 +6,10 @@ from rows import format_pace_tick, format_pace, format_time, format_time_tick
# Formatting the distance tick marks
def format_dist_tick(x,pos=None):
km = x/1000.
template='%6.3f'
return template % (km)
#def format_dist_tick(x,pos=None):
# km = x/1000.
# template='%6.3f'
# return template % (km)
# Utility to select reasonable y axis range