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
At the moment, on construction the pybamm.lithium_ion.SPM and SPMe are built. To avoid this, the following arg is available:
pybamm.lithium_ion.SPM(build=False)
Additionally, we are not passing kwargs to the pybamm model, this should be updated at the same time.
PyBOP aims to build the model when required (inclusive of rebuild) and as such the initial build should be redundant.
No response
The text was updated successfully, but these errors were encountered:
NicolaCourtier
Successfully merging a pull request may close this issue.
Feature description
At the moment, on construction the pybamm.lithium_ion.SPM and SPMe are built. To avoid this, the following arg is available:
Additionally, we are not passing kwargs to the pybamm model, this should be updated at the same time.
Motivation
PyBOP aims to build the model when required (inclusive of rebuild) and as such the initial build should be redundant.
Possible implementation
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: