Make ode functionality tested, add const-correctness#41311
Make ode functionality tested, add const-correctness#41311vbraun merged 2 commits intosagemath:developfrom
Conversation
|
Documentation preview for this PR (built with commit bf6982f; changes) is ready! 🎉 |
|
I notice the @orlitzky any idea? |
|
Add |
|
Then it won't be tested on meson? (#40158) |
|
Oh. 🤷 I tried overriding my usual CFLAGS with |
apparently the old interface was silently broken because of
noexceptautomatically added, making the signature different, see #36507 .I fix the doctest and make it actually tested to avoid breakage in the future.
Also I add const-correctness (if you lookup the gsl documentation, you'll see that the
yparameter is const).📝 Checklist
⌛ Dependencies