Skip to content

Commit 2e15a3d

Browse files
committed
Remove TODOs
1 parent be87747 commit 2e15a3d

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

kokam_example.py

-13
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,6 @@
1111
Thermal data from https://www.sciencedirect.com/science/article/pii/S1359431122005233?via%3Dihub
1212
"""
1313

14-
# TODO work out what thermal coeffs to use.
15-
# Currently, it's D * area
16-
17-
"""
18-
TODO get validating!
19-
20-
Run inhomogeneity paper procedures, compare to data and PyECN
21-
Run on Kokam Validation procedure
22-
Try on Jasper's LG M50 parameters
23-
[Try new Kokam parameters]
24-
"""
25-
#
26-
2714

2815
def currentdraw(ts: float | np.ndarray) -> float | np.ndarray:
2916
if ts == 0:

0 commit comments

Comments
 (0)