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

#2275 remove ProcessedSymbolicVariable #2276

Merged

Conversation

valentinsulzer
Copy link
Member

Description

Remove ProcessedSymbolicVariable and has_symbolic_inputs

Fixes #2275

Type of change

Please add a line in the relevant section of CHANGELOG.md to document the change (include PR #) - note reverse order of PR #s. If necessary, also add to the list of breaking changes.

  • New feature (non-breaking change which adds functionality)
  • Optimization (back-end change that speeds up the code)
  • Bug fix (non-breaking change which fixes an issue)

Key checklist:

  • No style issues: $ flake8
  • All tests pass: $ python run-tests.py --unit
  • The documentation builds: $ cd docs and then $ make clean; make html

You can run all three at once, using $ python run-tests.py --quick.

Further checks:

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

@codecov
Copy link

codecov bot commented Sep 2, 2022

Codecov Report

Merging #2276 (f550813) into develop (1f01c1e) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##           develop    #2276    +/-   ##
=========================================
  Coverage    99.39%   99.39%            
=========================================
  Files          365      364     -1     
  Lines        20043    19930   -113     
=========================================
- Hits         19921    19810   -111     
+ Misses         122      120     -2     
Impacted Files Coverage Δ
pybamm/__init__.py 100.00% <ø> (ø)
pybamm/solvers/base_solver.py 100.00% <100.00%> (ø)
pybamm/solvers/casadi_algebraic_solver.py 100.00% <100.00%> (ø)
pybamm/solvers/casadi_solver.py 98.94% <100.00%> (+0.67%) ⬆️
pybamm/solvers/processed_variable.py 100.00% <100.00%> (ø)
pybamm/solvers/solution.py 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Copy link
Sponsor Member

@brosaplanella brosaplanella left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks! If it was in the CHANGELOG already, we should add the link to this PR in the CHANGELOG.

@valentinsulzer valentinsulzer merged commit cd640a5 into develop Sep 6, 2022
@valentinsulzer valentinsulzer deleted the issue-2275-remove-processed-symbolic-variable branch September 6, 2022 01:12
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.

Remove ProcessedSymbolicVariable
2 participants