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
Invalid keyword argument: dT
Choose one from: (I, P, V)
at this pharaph: simulate!(sol, p, dT=:hold) # equivalent to simulate!(sol, p, dT=0) So how can I run it? THANKS.
simulate!(sol, p, dT=0)
The text was updated successfully, but these errors were encountered:
Make sure your PETLION package is up to date with import Pkg; Pkg.update(). Constant temperature only works on v1.0.0 and v1.0.1
import Pkg; Pkg.update()
Sorry, something went wrong.
No branches or pull requests
Excuse me. When I use the example 'fast_charging_CC-CT-CV', it while raises the ERROR:
Invalid keyword argument: dT
Choose one from: (I, P, V)
at this pharaph: simulate!(sol, p, dT=:hold) # equivalent to
simulate!(sol, p, dT=0)
So how can I run it? THANKS.
The text was updated successfully, but these errors were encountered: