-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Fixed incorrect data display using stocks/fa/est
command
#4940
Conversation
stocks\fa\est
command
stocks\fa\est
commandstocks/fa/est
command
@jmaslek Is the test failing due to some expected values in |
Yup! Since you changed the output slightly, the test needs to be re-recorded to capture what is expected. You should be able to do so with: (do for both _model and _view)
|
I get the following error when I run this command - How to solve this issue? |
|
This worked, thanks for the help! I have a question - what is the purpose of |
So Brotli is a compression algorithm (I believe its googles). IN our early days, we had issues with using pytest when the brotli compression was used. So it was not in the dependency tree. It was recently brought in with the video transcription, so in order to avoid issues with tests, we have a check to uninstall it |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## develop #4940 +/- ##
===========================================
- Coverage 58.29% 58.09% -0.20%
===========================================
Files 588 588
Lines 53666 53680 +14
===========================================
- Hits 31283 31185 -98
- Misses 22383 22495 +112
☔ View full report in Codecov by Sentry. |
Fixes #4938.
get_estimates
has been revamped from the ground up to provide correct data for displaying on the terminal.