Replies: 2 comments 1 reply
-
Not sure about joblib. However, liionpack has all the parallel architecture in place so an option could be instead of running a connected pack we run an ensemble. Probably wouldn't take long to code up |
Beta Was this translation helpful? Give feedback.
1 reply
-
It's probably something in pybamm, my guess is the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I set up a loop for multiple cells being given different current inputs using Joblib, like so:
where the cell_simulation function is:
I was able to get perfect Joblib run not even a couple months ago, and now I retry and it hits me with:
pybamm.expression_tree.exceptions.ModelError: model is underdetermined (too many variables)
.If I run the program normally without parallelizing, it works perfectly.
Did something change in pybamm recently to have such an error or should I look into Joblib?
Beta Was this translation helpful? Give feedback.
All reactions