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)