Skip to content

Commit 3ec76b2

Browse files
authored
Correct function call
1 parent 1525891 commit 3ec76b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/isindy.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
basis= Basis(polys, u)
3939

4040
opt = ADM(1e-2)
41-
Ψ = ISInDy(X, DX, basis, opt = opt, maxiter = 100)
41+
Ψ = ISInDy(X, DX, basis, opt, maxiter = 100)
4242

4343
# Transform into ODE System
4444
sys = ODESystem(Ψ)

0 commit comments

Comments
 (0)