We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ODEFunction
1 parent 998114b commit 86f61c6Copy full SHA for 86f61c6
test/precompile_test/ODEPrecompileTest.jl
@@ -15,7 +15,7 @@ function system(; kwargs...)
15
16
@named de = System(eqs, t)
17
de = complete(de)
18
- return ODEFunction(de, [x, y, z], [σ, ρ, β]; kwargs...)
+ return ODEFunction(de; kwargs...)
19
end
20
21
# Build an ODEFunction as part of the module's precompilation. These cases
0 commit comments