mirror of
https://github.com/wassname/pandas-ta.git
synced 2026-06-27 16:10:07 +08:00
TST refactor
This commit is contained in:
@@ -17,7 +17,7 @@ setup(
|
||||
"pandas_ta.volatility",
|
||||
"pandas_ta.volume"
|
||||
],
|
||||
version=".".join(("0", "2", "43b")),
|
||||
version=".".join(("0", "2", "44b")),
|
||||
description=long_description,
|
||||
long_description=long_description,
|
||||
author="Kevin Johnson",
|
||||
|
||||
@@ -108,8 +108,6 @@ class TestOverlap(TestCase):
|
||||
result = pandas_ta.hwma(self.close)
|
||||
self.assertIsInstance(result, Series)
|
||||
self.assertEqual(result.name, "HWMA_0.2_0.1_0.1")
|
||||
print(f"\n{result.head(30)}")
|
||||
print(f"\n{result.tail(30)}")
|
||||
|
||||
def test_kama(self):
|
||||
result = pandas_ta.kama(self.close)
|
||||
|
||||
Reference in New Issue
Block a user