Skip to content
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

feat: added moving average plot #551

Closed
wants to merge 15 commits into from

Conversation

Gerhardsa0
Copy link
Contributor

@Gerhardsa0 Gerhardsa0 commented Feb 21, 2024

Closes #521

Summary of Changes

  • Renamed plot_lagplot -> plot_lag_plot
  • Added moving average plot,

added moving average plot
added tetst for moving average plot
@Gerhardsa0 Gerhardsa0 requested a review from a team as a code owner February 21, 2024 15:08
@Gerhardsa0 Gerhardsa0 linked an issue Feb 21, 2024 that may be closed by this pull request
Copy link
Contributor

github-actions bot commented Feb 21, 2024

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ PYTHON black 6 0 0 0.96s
✅ PYTHON mypy 6 0 1.88s
✅ PYTHON ruff 6 0 0 0.16s
✅ REPOSITORY git_diff yes no 0.14s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@Gerhardsa0 Gerhardsa0 changed the title feat: renamed plot_lagplot -> plot_lag_plot feat: added moving average plot Feb 21, 2024
Copy link

codecov bot commented Feb 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (f44c34d) to head (434c475).
Report is 211 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #551   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           50        52    +2     
  Lines         2852      2868   +16     
=========================================
+ Hits          2852      2868   +16     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Gerhardsa0 Gerhardsa0 closed this Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: Add moving average plot
3 participants