Skip to content

OCV, Rx and Cx functions #15

Answered by c-randall
crtg asked this question in Q&A
Discussion options

You must be logged in to vote

This issue is now resolved. You can upgrade your version to either v0.1.3 or v0.2.1 and you should no longer have the problem. In the post-processing steps there were a couple lines that attempted to plug in soc and T_cell values into the ocv and R0 functions. For computational efficiency this was being done assuming the ocv and R0 functions could handle numpy arrays. Since it is not a requirement to build your functions this way, the code now has a fall back to using for loops if it detects that numpy arrays are incompatible with your function definitions.

Post again here (or submit an issue) if you still need help getting your code to run.

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by c-randall
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants