Skip to content

Commit

Permalink
Merge branch 'stable/0.3' into mergify/bp/stable/0.3/pr-294
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] committed Aug 30, 2023
2 parents 6325e97 + aa4df35 commit 311c951
Showing 1 changed file with 2 additions and 2 deletions.
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"], [[1355, 477.0], [477.0, 212.0]], [[1.0, 2.99e-05], [2.99e-05, 1.0]]],
["MSFT", 1355.0, [[1.0]]],
[["MSFT", "AAPL"], [[1349, 476.0], [476.0, 211.0]], [[1.0, 2.99e-05], [2.99e-05, 1.0]]],
["MSFT", 1349.0, [[1.0]]],
)
@unpack
def test_yahoo(self, tickers, covariance, similarity):
Expand Down

0 comments on commit 311c951

Please sign in to comment.