Update test to reflect new fitness parameter
authorAlexander Vasarab <alexander@wylark.com>
Wed, 24 Jun 2020 03:52:49 +0000 (20:52 -0700)
committerAlexander Vasarab <alexander@wylark.com>
Wed, 24 Jun 2020 03:52:49 +0000 (20:52 -0700)
tests/test.py

index bf5b01b538b79a7817ed17decb1c89c3d669fcf7..5008334d4bf8691469d47d2eabef4d18f4ecd93c 100755 (executable)
@@ -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'])