From d1bdbcd273c5e1e1cb568e15243c3e183d8f1574 Mon Sep 17 00:00:00 2001 From: Janne Sinivirta Date: Fri, 16 Feb 2018 22:08:20 +0200 Subject: [PATCH 1/3] Fix wrong duration calculation in hyperopting --- freqtrade/optimize/hyperopt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freqtrade/optimize/hyperopt.py b/freqtrade/optimize/hyperopt.py index f9485c2be..4b893081d 100644 --- a/freqtrade/optimize/hyperopt.py +++ b/freqtrade/optimize/hyperopt.py @@ -459,7 +459,7 @@ def format_results(results: DataFrame): results.profit_percent.mean() * 100.0, results.profit_BTC.sum(), results.profit_percent.sum(), - results.duration.mean() * 5, + results.duration.mean(), ) From e0153d82033bfd9e711c8529184e062ac98469d2 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 16 Feb 2018 22:58:22 +0100 Subject: [PATCH 2/3] Update pytest-mock from 1.6.3 to 1.7.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4c75eba6b..614da2621 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ jsonschema==2.6.0 numpy==1.14.0 TA-Lib==0.4.16 pytest==3.4.0 -pytest-mock==1.6.3 +pytest-mock==1.7.0 pytest-cov==2.5.1 hyperopt==0.1 # do not upgrade networkx before this is fixed https://github.com/hyperopt/hyperopt/issues/325 From 19616eba358e923113bef972fa62c463770b7ddf Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sat, 17 Feb 2018 01:16:22 +0100 Subject: [PATCH 3/3] Update sqlalchemy from 1.2.2 to 1.2.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4c75eba6b..7046130b3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ python-bittrex==0.3.0 -SQLAlchemy==1.2.2 +SQLAlchemy==1.2.3 python-telegram-bot==9.0.0 arrow==0.12.1 cachetools==2.0.1