Skip to content

Commit 84867e1

Browse files
#492 rob comments
1 parent b3e0151 commit 84867e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

input/parameters/lithium-ion/cells/kokam_Marquis2019/parameters.csv

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ Positive current collector thermal conductivity [W.m-1.K-1],237,,
3434
,,,
3535
# Electrical,,,
3636
Cell capacity [A.h],0.680616,,24 Ah/m2 * 0.137m * 0.207m
37-
Typical current [A],1.46925726107,,1C current
37+
Typical current [A],0.680616,,1C current

pybamm/parameters/parameter_values.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ def update(self, values, check_conflict=False, path=""):
193193
self._processed_symbols = {}
194194

195195
def check_and_update_parameter_values(self, values):
196-
# Make typical current is non-zero
196+
# Make sure typical current is non-zero
197197
if "Typical current [A]" in values and values["Typical current [A]"] == 0:
198198
raise ValueError(
199199
"""

0 commit comments

Comments
 (0)