Fabian Gittins
Fabian Gittins
**Describe the bug 🐞** Solving an ODE with nested structs is type-unstable. **Expected behavior** Julia's compiler should be able to fully infer the type of the `ODESolution`. **Minimal Reproducible Example...
**What kind of problems is it mostly used for? Please describe.** Determining the roots of univariate complex functions. Muller's method is commonly used to determine the (quasi-normal) oscillation modes of...
**Describe the bug 🐞** When the parameter `p` of an ODE is a struct with one of its fields an `ODESolution`, it errors with ```julia anyeltypedual(::Type{Union{}}) is ambiguous. ``` **Expected...
**Edit** The initial post is out of date. I initially thought that the type-instability came from the `ODESolution` being passed as an argument to another ODE. This was wrong. The...
## Checklist - [x] Appropriate tests were added - [x] Any code changes were done in a way that does not break public API - [ ] All documentation related...
### Summary The Julia VS Code extension linter flags an error with the `retries` and `skip` keywords in the `@testitem` macro provided by `ReTestItems.jl`, even though this is valid and...