Skip to content
New issue

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

kappa vs κ in OrdinaryDiffEqBDF #2392

Open
ArnoStrouwen opened this issue Aug 18, 2024 · 1 comment
Open

kappa vs κ in OrdinaryDiffEqBDF #2392

ArnoStrouwen opened this issue Aug 18, 2024 · 1 comment
Labels

Comments

@ArnoStrouwen
Copy link
Member

ArnoStrouwen commented Aug 18, 2024

I'm guessing this keyword has the same functionality in both methods:
https://github.com/SciML/OrdinaryDiffEq.jl/blob/master/lib/OrdinaryDiffEqBDF/src/algorithms.jl#L145
https://github.com/SciML/OrdinaryDiffEq.jl/blob/master/lib/OrdinaryDiffEqBDF/src/algorithms.jl#L291
Should this be standardized?

This confuses me even more:

κ::K
tol::T
extrapolant::Symbol
kappa::κType

@ChrisRackauckas
Copy link
Member

We should expose it as kappa since we don't permit unicode in public APIs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants