TST strat summary txt

This commit is contained in:
Kevin Johnson
2021-05-26 14:40:36 -07:00
parent 8bc0bb0dc3
commit 0271cc8a5e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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",
+1 -1
View File
@@ -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)