We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e38ade1 commit 4270665Copy full SHA for 4270665
talib/test_polars.py
@@ -54,4 +54,4 @@ def test_TEVA():
54
)
55
tema = abstract.TEMA(df, timeperiod=9)
56
assert_is_instance(tema, pl.Series)
57
- assert_equal(len(tema), 50)
+ assert_equals(len(tema), 50)
0 commit comments