Skip to content

Commit

Permalink
Remove QuadraticSpline Zygote test
Browse files Browse the repository at this point in the history
  • Loading branch information
SouthEndMusic committed Nov 12, 2024
1 parent 82a9909 commit 8498a29
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/zygote_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,6 @@ end
QuinticHermiteSpline, u, t, args = [ddu, du], name = "Quintic Hermite Spline")
end

@testset "Quadratic Spline" begin
u = [1.0, 4.0, 9.0, 16.0]
t = [1.0, 2.0, 3.0, 4.0]
test_zygote(QuadraticSpline, u, t, name = "Quadratic Spline")
end

@testset "Lagrange Interpolation" begin
u = [1.0, 4.0, 9.0]
t = [1.0, 2.0, 3.0]
Expand Down

0 comments on commit 8498a29

Please sign in to comment.