SciML / DiffEqProblemLibrary.jl

A library of premade problems for examples and testing differential equation solvers and other SciML scientific machine learning tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`prob_ode_lotkavoltera` should be called `prob_ode_lotkavolterra`

nathanaelbosch opened this issue · comments

The system is called "Lotka-Volterra" - see for example the corresponding wikipedia article - so the problem and docstring should probably be adjusted to have the correct spelling. However, since probably a lot of tests everywhere depend on prob_ode_lotkavoltera, I have no idea how one would do such a change.

It only seems to be used in the docs and here

https://github.com/search?q=org%3ASciML+prob_ode_lotkavoltera&type=code

so it's actually probably fine to correct the spelling. Just make sure to update the docs.

Ah I see, for some reason I assumed that it's probably part of many tests, but I did not check. Then I'll just open a PR 👍