mirror of
https://github.com/robertmartin8/PyPortfolioOpt.git
synced 2022-11-27 18:02:41 +03:00
use correct dir path
This commit is contained in:
@@ -38,7 +38,7 @@ Sharpe Ratio: 1.09
|
||||
|
||||
# Black-Litterman
|
||||
spy_prices = pd.read_csv(
|
||||
"tests/spy_prices.csv", parse_dates=True, index_col=0, squeeze=True
|
||||
"tests/resources/spy_prices.csv", parse_dates=True, index_col=0, squeeze=True
|
||||
)
|
||||
delta = black_litterman.market_implied_risk_aversion(spy_prices)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user