Skip to content

Commit

Permalink
Fix nightly CI failures (#341) (#342)
Browse files Browse the repository at this point in the history
(cherry picked from commit 60e22c7)

Co-authored-by: Steve Wood <40241007+woodsp-ibm@users.noreply.github.com>
  • Loading branch information
mergify[bot] and woodsp-ibm committed May 20, 2024
1 parent 63a3c06 commit c310637
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .pylintdict
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ taylor
th
toctree
traceback
transpiler
tutuncu
unittest
univariate
Expand Down
4 changes: 2 additions & 2 deletions test/data_providers/test_data_providers.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,8 @@ def test_exchangedata(self):
self.fail(f"Test of ExchangeDataProvider failed: {str(ex)}")

@data(
[["MSFT", "AAPL"], [[1339, 473.0], [473.0, 210.0]], [[1.0, 2.99e-05], [2.99e-05, 1.0]]],
["MSFT", 1339.0, [[1.0]]],
[["MSFT", "AAPL"], [[1334, 471.0], [471.0, 210.0]], [[1.0, 2.99e-05], [2.99e-05, 1.0]]],
["MSFT", 1334.0, [[1.0]]],
)
@unpack
def test_yahoo(self, tickers, covariance, similarity):
Expand Down

0 comments on commit c310637

Please sign in to comment.