Skip to content

Commit c19a349

Browse files
authored
Merge pull request #144 from SciML/sindy_docs_fix
Fix docs for pareto sindy
2 parents 2ecf6c8 + 3e089db commit c19a349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sindy/sindy.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ end
128128
# General
129129
"""
130130
SINDy(X, Y, basis, opt = STRRidge(); p, t, maxiter, convergence_error, denoise, normalize)
131-
SINDy(X, Y, basis, lambdas, opt = STRRidge(); weights, f_target, p, t, opt, maxiter, convergence_error, denoise, normalize)
131+
SINDy(X, Y, basis, lambdas, opt = STRRidge(); f, g, p, t, opt, maxiter, convergence_error, denoise, normalize)
132132
133133
Performs Sparse Identification of Nonlinear Dynamics given the data matrices `X` and `Y` via the `AbstractBasis` `basis.`
134134
Keyworded arguments include the parameter (values) of the basis `p` and the timepoints `t` which are passed in optionally.

0 commit comments

Comments
 (0)