-
This package not having a project file causes any package that depends on it to crash when running aqua tests.
https://github.com/JuliaTesting/Aqua.jl
This is preventing Aqua from being activated on…
-
with current `@views` based implementation:
https://github.com/SciML/SciMLOperators.jl/blob/746c0d50a75067fae4121547a3c00bd4bbe27ce9/src/sciml.jl#L584-L618
```julia
using SciMLOperators, Linear…
-
We need integration testing github workflows like the ones in ChainRules and DynamicPPL to avoid breakages in TuringLang and SciML at least.
-
Both `integrator.success_iter` and `integrator.destats.naccept` seem to contain the number of accepted steps/iterations - as far as I understand from their names and implementations. However, there is…
-
With `ControlSystem` we were attempting to build the stack towards doing nonlinear optimal control, but we found that having a separate `ControlSystem` type is the wrong way to go about doing it becau…
-
This line hangs indefinitely on my windows machine:
https://github.com/SciML/RuntimeGeneratedFunctions.jl/blob/master/test/runtests.jl#L133
but seems to work fine on linux CI
-
```julia
using ModelingToolkit
@variables t
D = Differential(t)
@mtkmodel Foo begin
@parameters begin
ω₁
ω₂
l
end
@variables begin
x(t) # dif…
-
This can be clearly seen from the output here: https://docs.sciml.ai/SciMLBenchmarksOutput/stable/DynamicalODE/single_pendulums/#Solving-single-pendulums-by-DifferentialEquations.jl
-
I think we can use the techniques in this post to bring down Decapodes precompile times
https://sciml.ai/news/2022/09/21/compile_time/#starting_the_process_profiling_why_ordinarydiffeq_first_solve_…
-
Currently, `makedocs` has a keyword `modules` for specifying from which modules you want to include docstrings.
It also has a keyword `checkdocs` which determines when an error should be thrown if a …