Skip to content

Commit fcee7a1

Browse files
committed
chore: run formatter
1 parent 0b1ce3a commit fcee7a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/core_tests.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
dataOut = f([1, 2, 3], nothing) + 0.1 * randn(10, 1)
55

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

1010
prob = NonlinearLeastSquaresProblem(resid, x0)

0 commit comments

Comments
 (0)