We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Potential bug, according to the documentation
cvx.UserProvidedMarketData(returns = self.returns, volumes = self.volume*self.open, prices = self.open, do_asset_selection = False) TypeError: UserProvidedMarketData.__init__() got an unexpected keyword argument 'do_asset_selection'
I checked that my version number is 1.0.3
The text was updated successfully, but these errors were encountered:
Yes, That's because I added it yesterday. I'll try to fix the documentation to the pip version (now it tracks the current repository state).
Sorry, something went wrong.
Ok, now when you navigate to https://www.cvxportfolio.com you should be redirected to https://www.cvxportfolio.com/en/stable/ (before it was https://www.cvxportfolio.com/en/latest/ ). You may have to refresh your browser cache (open a private window) to see that. You can see more versions in the banner on the bottom left.
@pcgm-team see also #121
No branches or pull requests
Potential bug, according to the documentation
I checked that my version number is 1.0.3
The text was updated successfully, but these errors were encountered: