Replies: 2 comments 1 reply
-
No one answered this question, and I am also working on related work. May I ask how you are doing, brother |
Beta Was this translation helpful? Give feedback.
0 replies
-
Sorry for the delay in the response, I completely missed this. Just a guess, but I think the issue might be that the parameters get modified in place, so when you change from modifying the first parameter to the second, the first is set to its final value. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello PyBaMM team,
I'm trying to do a parameter sensitivity analysis for my masterthesis. I started off with using the DFN model with the Chen2020 parameter set and I varied one parameter with each simulation to eventually compute the sensitivity with regard to that parameter. Looking at the resulting terminal voltage curves however I noticed that there are some strange clusters, even when I have an even distribution for the 10 parameter values I simulated (pictures and code example below).
Am I doing something wrong, or is the clustering somehow to be expected for some values?
Minimal example of my code:
Beta Was this translation helpful? Give feedback.
All reactions