Skip to content

Commit

Permalink
#2418 fix electrolyte concentration
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinsulzer committed Feb 19, 2023
1 parent 9dfe43a commit b92ba78
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def positive_radius(x):

output_variables = [
"Negative particle surface concentration",
"Electrolyte concentration",
"Electrolyte concentration [Molar]",
"Positive particle surface concentration",
"Current [A]",
"Negative electrode potential [V]",
Expand Down
Binary file removed plot.gif
Binary file not shown.
2 changes: 1 addition & 1 deletion tests/unit/test_plotting/test_quick_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ def test_model_with_inputs(self):
"Negative electrode potential [V]",
"Positive electrode potential [V]",
"Electrolyte potential [V]",
"Electrolyte concentration",
"Electrolyte concentration [Molar]",
"Negative particle surface concentration",
"Positive particle surface concentration",
]
Expand Down

0 comments on commit b92ba78

Please sign in to comment.