Skip to content

Commit

Permalink
chore: run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Oct 31, 2024
1 parent 75be6e4 commit c6cf395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/core_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
dataOut = f([1, 2, 3], nothing) + 0.1 * randn(10, 1)

resid(x, p) = f(x, p) - dataOut
jac(x, p) = [1:10 .^ 2 1:10 ones(10, 1)]
jac(x, p) = [dataIn .^ 2 dataIn ones(10, 1)]
x0 = [1, 1, 1]

prob = NonlinearLeastSquaresProblem(resid, x0)
Expand Down

0 comments on commit c6cf395

Please sign in to comment.