mirror of
https://github.com/wassname/pandas-ta.git
synced 2026-09-10 12:23:49 +08:00
TST tsi df ext update
This commit is contained in:
@@ -247,7 +247,7 @@ class TestMomentumExtension(TestCase):
|
||||
def test_tsi_ext(self):
|
||||
self.data.ta.tsi(append=True)
|
||||
self.assertIsInstance(self.data, DataFrame)
|
||||
self.assertEqual(self.data.columns[-1], "TSI_13_25")
|
||||
self.assertEqual(list(self.data.columns[-2:]), ["TSI_13_25_13", "TSIs_13_25_13"])
|
||||
|
||||
def test_uo_ext(self):
|
||||
self.data.ta.uo(append=True)
|
||||
|
||||
Reference in New Issue
Block a user