Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

Commit f324746

Browse files
test correct typing
1 parent 25ca2e0 commit f324746

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_ad.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,4 +224,5 @@ forwarddiff_color_jacobian!(J,iipf,x,dx=similar(x))
224224
x = SVector{1}([1.])
225225
f(x) = x
226226
J = forwarddiff_color_jacobian(f,x)
227+
@test J isa SArray
227228
@test J SMatrix{1,1}([1.])

0 commit comments

Comments
 (0)