wylark
/
munter.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f3753a
)
Update test to reflect new fitness parameter
author
Alexander Vasarab <alexander@wylark.com>
Wed, 24 Jun 2020 03:52:49 +0000
(20:52 -0700)
committer
Alexander Vasarab <alexander@wylark.com>
Wed, 24 Jun 2020 03:52:49 +0000
(20:52 -0700)
tests/test.py
patch
|
blob
|
history
diff --git
a/tests/test.py
b/tests/test.py
index bf5b01b538b79a7817ed17decb1c89c3d669fcf7..5008334d4bf8691469d47d2eabef4d18f4ecd93c 100755
(executable)
--- a/
tests/test.py
+++ b/
tests/test.py
@@
-2,5
+2,5
@@
# -*- coding: utf-8 -*-
import munter
-est = munter.time_calc(3.2, 2300, 'uphill', 'imperial')
+est = munter.time_calc(3.2, 2300, '
average', '
uphill', 'imperial')
print("Time Estimate: %s hours" % est['time'])