wylark
/
munter.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Implement fitness modifier
[munter.git]
/
tests
/
test.py
1
#! /usr/bin/env python
2
# -*- coding: utf-8 -*-
3
import
munter
4
5
est
=
munter
.
time_calc
(
3.2
,
2300
,
'uphill'
,
'imperial'
)
6
print
(
"Time Estimate:
%s
hours"
%
est
[
'time'
])