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

PR v24.3 into develop #263

Merged
merged 8 commits into from
Mar 25, 2024
Merged

PR v24.3 into develop #263

merged 8 commits into from
Mar 25, 2024

Conversation

BradyPlanden
Copy link
Member

Description

Merge main back into develop after incrementing version.

Issue reference

Fixes #201

Review

Before you mark your PR as ready for review, please ensure that you've considered the following:

  • Updated the CHANGELOG.md in reverse chronological order (newest at the top) with a concise description of the changes, including the PR number.
  • Noted any breaking changes, including details on how it might impact existing functionality.

Type of change

  • New Feature: A non-breaking change that adds new functionality.
  • Optimization: A code change that improves performance.
  • Bug Fix: A non-breaking change that addresses an issue.
  • Documentation: Updates to documentation or new documentation for new features.
  • Refactoring: Non-functional changes that improve the codebase.
  • Style: Non-functional changes related to code style (formatting, naming, etc).
  • Testing: Additional tests to improve coverage or confirm functionality.
  • Other: (Insert description of change)

Key checklist:

  • No style issues: $ pre-commit run (or $ nox -s pre-commit) (see CONTRIBUTING.md for how to set this up to run automatically when committing locally, in just two lines of code)
  • All unit tests pass: $ nox -s tests
  • The documentation builds: $ nox -s docs

You can run integration tests, unit tests, and doctests together at once, using $ nox -s quick.

Further checks:

  • Code is well-commented, especially in complex or unclear areas.
  • Added tests that prove my fix is effective or that my feature works.
  • Checked that coverage remains or improves, and added tests if necessary to maintain or increase coverage.

Thank you for contributing to our project! Your efforts help us to deliver great software.

Copy link

codecov bot commented Mar 25, 2024

Codecov Report

Attention: Patch coverage is 97.26444% with 36 lines in your changes are missing coverage. Please review.

Project coverage is 95.33%. Comparing base (c0eb5a6) to head (133af44).
Report is 426 commits behind head on develop.

Files Patch % Lines
pybop/models/base_model.py 94.92% 7 Missing ⚠️
pybop/plotting/quick_plot.py 95.72% 5 Missing ⚠️
pybop/_problem.py 93.75% 4 Missing ⚠️
pybop/observers/unscented_kalman.py 97.86% 4 Missing ⚠️
pybop/costs/fitting_costs.py 95.65% 3 Missing ⚠️
pybop/observers/observer.py 96.10% 3 Missing ⚠️
pybop/models/lithium_ion/echem_base.py 96.49% 2 Missing ⚠️
pybop/optimisers/scipy_optimisers.py 95.00% 2 Missing ⚠️
pybop/costs/_likelihoods.py 98.75% 1 Missing ⚠️
pybop/costs/design_costs.py 98.52% 1 Missing ⚠️
... and 4 more
Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #263      +/-   ##
===========================================
+ Coverage    93.41%   95.33%   +1.92%     
===========================================
  Files           34       36       +2     
  Lines         1199     1971     +772     
===========================================
+ Hits          1120     1879     +759     
- Misses          79       92      +13     

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

@BradyPlanden BradyPlanden merged commit c3e3a89 into develop Mar 25, 2024
34 of 35 checks passed
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.

Make release v24.2
1 participant