Skip to content

Commit bfa3bff

Browse files
committed
Format
1 parent df8f74c commit bfa3bff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/interpolation_tests.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1141,7 +1141,8 @@ end
11411141

11421142
xvals = rand(rng, 100)
11431143
@test Symbolics.substitute(ci(0.425), Dict(x => xvals)) == xvals[42]
1144-
@test Symbolics.substitute(li(0.425), Dict(x => xvals)) == xvals[42] + 0.5*(xvals[43] - xvals[42])
1144+
@test Symbolics.substitute(li(0.425), Dict(x => xvals)) ==
1145+
xvals[42] + 0.5*(xvals[43] - xvals[42])
11451146

11461147
@variables dx[1:100]
11471148
@test_nowarn chs = CubicHermiteSpline(dx, x, t)

0 commit comments

Comments
 (0)