Skip to content

Commit

Permalink
forgot begin statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jwscook committed Sep 24, 2023
1 parent 8506ee9 commit 0383c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tensors/CoupledVsSeparable.jl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Random.seed!(0)
coupledRingBeam = CoupledVelocitySpecies(Π, Ω, argsR...)
separableRingBeam = RingBeamSpecies(Π, Ω, argsR...)

@testset "Ensure besselj composes with complex indices and Duals"
@testset "Ensure besselj composes with complex indices and Duals" begin
@test DualNumbers.dualpart(besselj(1.0 + im, Dual(1.0, 1)))
(besselj(0+im, 1.0) - besselj(2.0+im, 1.0)) / 2
end
Expand Down

0 comments on commit 0383c1e

Please sign in to comment.