wylark
/
munter.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Update test to reflect new fitness parameter
[munter.git]
/
tests
/
test.py
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
# -*- 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'])
print("Time Estimate: %s hours" % est['time'])