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.
1 parent 09e078b commit 76a248aCopy full SHA for 76a248a
test/analyticless_convergence_tests.jl
@@ -1,5 +1,5 @@
1
using OrdinaryDiffEq, ParameterizedFunctions, Test, Random
2
-
+using ParameterizedFunctions.ModelingToolkit # macro hygiene
3
f = @ode_def LotkaVolterra begin
4
dx = 1.5x - x*y
5
dy = -3y + x*y
0 commit comments