mirror of
https://github.com/wassname/pandas-ta.git
synced 2026-07-19 11:26:11 +08:00
TST strat summary txt
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user