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

Revert "Modifies QuickPlot.plot ..." #4622

Merged
merged 3 commits into from
Nov 27, 2024

Conversation

kratman
Copy link
Contributor

@kratman kratman commented Nov 27, 2024

Description

This reverts commit b50d4a9.

Fixes #4620

Type of change

  • Bug fix (non-breaking change which fixes an issue)

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 tests pass: $ python run-tests.py --all (or $ nox -s tests)
  • The documentation builds: $ python run-tests.py --doctest (or $ nox -s doctests)

You can run integration tests, unit tests, and doctests together at once, using $ python run-tests.py --quick (or $ nox -s quick).

Further checks:

  • Code is commented, particularly in hard-to-understand areas
  • Tests added that prove fix is effective or that feature works

…perimposed plots in case of 1D variables. (pybamm-team#4529)"

This reverts commit b50d4a9.
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
@kratman
Copy link
Contributor Author

kratman commented Nov 27, 2024

@medha-14 Since this is a revert, you will have to re-implement your changes. You can use the git diff to create a new branch

Copy link

codecov bot commented Nov 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.21%. Comparing base (0a46a3b) to head (2ea0e34).
Report is 1 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #4622      +/-   ##
===========================================
+ Coverage    99.18%   99.21%   +0.03%     
===========================================
  Files          302      302              
  Lines        22840    22857      +17     
===========================================
+ Hits         22654    22678      +24     
+ Misses         186      179       -7     

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

@kratman kratman merged commit 972bf55 into pybamm-team:develop Nov 27, 2024
26 checks passed
@kratman kratman deleted the revert/plotting branch November 27, 2024 16:18
kratman added a commit that referenced this pull request Nov 27, 2024
* Revert "Modifies `QuickPlot.plot` to take a list of times and show superimposed plots in case of 1D variables. (#4529)"

This reverts commit b50d4a9.

* style: pre-commit fixes

* Fix changelog with PR number

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
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.

[Bug]: Variables names missing from plot
3 participants