From 0271cc8a5ea0235b649eec5e7de3aeb66e7fdeae Mon Sep 17 00:00:00 2001 From: Kevin Johnson Date: Wed, 26 May 2021 14:40:36 -0700 Subject: [PATCH] TST strat summary txt --- setup.py | 2 +- tests/test_strategy.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index e226934..dcb7731 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( "pandas_ta.volatility", "pandas_ta.volume" ], - version=".".join(("0", "2", "81b")), + version=".".join(("0", "2", "82b")), description=long_description, long_description=long_description, author="Kevin Johnson", diff --git a/tests/test_strategy.py b/tests/test_strategy.py index 54166a0..bf7e7f6 100644 --- a/tests/test_strategy.py +++ b/tests/test_strategy.py @@ -42,7 +42,7 @@ class TestStrategyMethods(TestCase): print("=" * len(cps)) print(cls.speed_test) print(f"[i] Cores: {cls.data.ta.cores}") - print(f"[i] Total Datapoints: {cls.data.shape[0]}") + print(f"[i] Total Datapoints per run: {cls.data.shape[0]}") print(f"[i] Total Columns added: {tca}") print(f"[i] Total Seconds for All Tests: {tcs:.5f}") print(cps)