Skip to content

Commit

Permalink
Update ComplexTest.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
dlfivefifty committed Oct 2, 2023
1 parent be18d45 commit 1130fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ComplexTest.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module ComplexTest
using ForwardDiff, Test
using ForwardDiff: Dual
using ForwardDiff: Dual, partials, value

@testset "complex dual" begin
x = Dual(1., 2., 3.) + im*Dual(4.,5.,6.)
Expand Down

0 comments on commit 1130fa4

Please sign in to comment.