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
Test: python terminal.py scripts/test_economy.openbb -t
python terminal.py scripts/test_economy.openbb -t
Result:
OpenBB Terminal Integrated Tests: 0.0% /home/hjoaquim/Documents/OpenBBTerminal/openbb_terminal/miscellaneous/scripts/test_economy.openbb Failures: /home/hjoaquim/Documents/OpenBBTerminal/openbb_terminal/miscellaneous/scripts/test_economy.openbb: Expecting value: line 1 column 1 (char 0) failed /home/hjoaquim/Documents/OpenBBTerminal/openbb_terminal/miscellaneous/scripts/test_economy.openbb: Expecting value: line 1 column 1 (char 0) Summary: Successes: 0 Failures: 1
This is a problem with investpy.news.economic_calendar() and it's a known issue on the repo, see more:
investpy.news.economic_calendar()
investiny
investpy
This causes our:
economy/events command to break.
economy/events
The text was updated successfully, but these errors were encountered:
This was fixed by #2936
Sorry, something went wrong.
No branches or pull requests
Test:
python terminal.py scripts/test_economy.openbb -t
Result:
This is a problem with
investpy.news.economic_calendar()
and it's a known issue on the repo, see more:investiny
while we fixinvestpy
! alvarobartt/investpy#611This causes our:
economy/events
command to break.The text was updated successfully, but these errors were encountered: