Skip to content

Commit

Permalink
test(BSplines): fix typos in derivative tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutosh-b-b committed Oct 21, 2024
1 parent 7dcb6ff commit 26b109f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/derivative_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ end
0.0 cos(2t)]

t3d = 0.1:0.1:1.0 |> collect
u3d = cat(f3d.(t)...; dims = 3)
u3d = cat(f3d.(t3d)...; dims = 3)
test_derivatives(BSplineInterpolation;
args = [u3d, t3d,
2,
Expand All @@ -214,7 +214,7 @@ end
4,
:Uniform,
:Uniform],
name = "BSpline Approx (Uniform, Uniform)")
name = "BSpline Approx (Uniform, Uniform): AbstractArray")

test_derivatives(BSplineApprox;
args = [u3d, t3d,
Expand Down

0 comments on commit 26b109f

Please sign in to comment.