We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Q_Li
N/A
run:
python examples/scripts/spme_max_energy.py
Grey areas are cost values of np.inf, which can be a result of Q_p > Q_Li.
Q_p
No response
The text was updated successfully, but these errors were encountered:
To see a grey area, change the design parameters to e.g.
parameters = pybop.Parameters( pybop.Parameter( "Positive electrode thickness [m]", prior=pybop.Gaussian(7.56e-05, 0.1e-05), bounds=[65e-06, 10e-05], ), pybop.Parameter( "Negative electrode thickness [m]", prior=pybop.Gaussian(7.56e-05, 0.1e-05), bounds=[65e-06, 10e-05], ), )
Sorry, something went wrong.
NicolaCourtier
Successfully merging a pull request may close this issue.
Python Version
N/A
Describe the bug
Steps to reproduce the behaviour
run:
Grey areas are cost values of np.inf, which can be a result of
Q_p
>Q_Li
.Relevant log output
No response
The text was updated successfully, but these errors were encountered: