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
This condition fails for specific dates. For example, running for 31-December without providing start_date raises an exception
start_date
ValueError: day is out of range for month
https://github.com/virattt/ai-hedge-fund/blame/6c888162a6a9085bfd5a7061a4bc6ae21c210c51/src/agents/market_data.py#L21
The text was updated successfully, but these errors were encountered:
I'm getting a similar issue right now. I will go deeper into the code and try to solve this.
Sorry, something went wrong.
Thanks @Phytonking ! I've already added a PR with a suggested fix - can you give it a review?
Successfully merging a pull request may close this issue.
This condition fails for specific dates. For example, running for 31-December without providing
start_date
raises an exceptionhttps://github.com/virattt/ai-hedge-fund/blame/6c888162a6a9085bfd5a7061a4bc6ae21c210c51/src/agents/market_data.py#L21
The text was updated successfully, but these errors were encountered: