-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix load a benchmark that isn't in the list of limited choices + yf.Ticker().info bugs #4079
Conversation
Looks like there's a new complication in town, but I don't think this is related to this PR, I will make a new issue for it.
|
This one is another yf.Ticker().info artifact:
|
Yes, that doesn't seem related, thanks |
Sorry for hijacking your PR a little bit but I fixed:
Then I discovered the useless graph that
|
nw, table gives more info indeed |
I'll take this in a different issue #4144 |
Description
alloc
was not recalculating after changing the benchmark. Now if benchmark is changed, recalculation is forced, otherwise we display what was saved before (bit faster getting results if you did not change benchmark and just want to re-run alloc command)portfolio
load --example
bench --benchmark TSLA
bench --benchmark QQQ
bench --benchmark FAKE_BENCH
or
python terminal.py -t portfolio/test_portfolio.openbb -v --subproc 0
How has this been tested?
Checklist:
Others