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 1525891 commit 3ec76b2Copy full SHA for 3ec76b2
test/isindy.jl
@@ -38,7 +38,7 @@
38
basis= Basis(polys, u)
39
40
opt = ADM(1e-2)
41
- Ψ = ISInDy(X, DX, basis, opt = opt, maxiter = 100)
+ Ψ = ISInDy(X, DX, basis, opt, maxiter = 100)
42
43
# Transform into ODE System
44
sys = ODESystem(Ψ)
0 commit comments