Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

Commit

Permalink
fix cci test
Browse files Browse the repository at this point in the history
  • Loading branch information
peerchemist committed Sep 20, 2020
1 parent 2379c7c commit a302d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_unit.py
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ def test_cci():
cci = TA.CCI(ohlc)

assert isinstance(cci, series.Series)
assert cci.values[-1] == -85.685463804097068
assert cci.values[-1] == -91.76341956464088


def test_basp():
Expand Down

0 comments on commit a302d4e

Please sign in to comment.