-
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
Adds eval, lags, corr and season commands to the econometrics menu #4462
Adds eval, lags, corr and season commands to the econometrics menu #4462
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## develop #4462 +/- ##
==========================================
Coverage ? 56.00%
==========================================
Files ? 591
Lines ? 53849
Branches ? 0
==========================================
Hits ? 30156
Misses ? 23693
Partials ? 0 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
@jmaslek All issues should now have been fixed, except for labels on the plot of the This hasn't been done since this is a general issue (which also impacts the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice one!
…4462) * Adds eval, lags, corr and season commands * Fix ruff * Fix linting * Improve linting * Fix linting * Fix command parser * Fix linting + bugs * Add integration tests * Fixes * Improve `season` plot title --------- Co-authored-by: James Maslek <jmaslek11@gmail.com>
Description
Adds eval (from the economy menu), lag (a new command), corr and season (from the forecast menu) commands to the econometrics menu.
How has this been tested?
Running the commands and getting the same/expected results as run in the other menus.
Checklist:
feature/feature-name
orhotfix/hotfix-name
.Others