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
Would it be possible to tag a new release?
I think a while ago it was changed so that you could pass ContinuationPar using
ContinuationPar
opts_br = ContinuationPar(p_min = p_span[1], p_max = p_span[2], max_steps = 1000) bif_dia = bifurcationdiagram(bprob, PALC(), 2, opts_br; bothside = true)
instead of
opts_br = ContinuationPar(p_min = p_span[1], p_max = p_span[2], max_steps = 1000) bif_dia = bifurcationdiagram(bprob, PALC(), 2, (args...) -> opts_br; bothside = true)
However, now when I rewrite my docs to use this, I get an error. I noted that there hadn't been a release in a while, maybe this is the reason?
The text was updated successfully, but these errors were encountered:
I am on it. KrylovKit is blocking it for now.
Sorry, something went wrong.
done!
Is this resolved?
No branches or pull requests
Would it be possible to tag a new release?
I think a while ago it was changed so that you could pass
ContinuationPar
usinginstead of
However, now when I rewrite my docs to use this, I get an error. I noted that there hadn't been a release in a while, maybe this is the reason?
The text was updated successfully, but these errors were encountered: