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
If I understand correctly it's hardcoded to 1e-8? Could it be a kwarg to BifurcationProblem?
The text was updated successfully, but these errors were encountered:
Indeed, this is a bug. Note that it is used for normal form and codim2 continuation, not for PALC as the doc string wrongly suggests. See https://github.com/bifurcationkit/BifurcationKit.jl/blob/master/src/continuation/Palc.jl#L407
If you want to change delta in PALC, change your ContinuationPar
ContinuationPar
Sorry, something went wrong.
this is solved on master
No branches or pull requests
If I understand correctly it's hardcoded to 1e-8? Could it be a kwarg to BifurcationProblem?
The text was updated successfully, but these errors were encountered: