Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
SouthEndMusic committed Nov 12, 2024
1 parent 0658d16 commit c2627e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/zygote_tests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ function test_zygote(method, u, t; args = [], args_after = [], kwargs = [], name
@test adiff zdiff
end
end
if method [LagrangeInterpolation, BSplineInterpolation, BSplineApprox, QuadraticSpline]
if method
[LagrangeInterpolation, BSplineInterpolation, BSplineApprox, QuadraticSpline]
@testset "$name, derivatives w.r.t. u" begin
function f(u)
A = method(args..., u, t, args_after...; kwargs..., extrapolate = true)
Expand Down

0 comments on commit c2627e6

Please sign in to comment.