Skip to content

Commit 1188215

Browse files
committed
Add missing variables to jacobian test
1 parent c00a882 commit 1188215

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/StdTest.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ end
365365
end
366366

367367
@testset "to_std of jacobian" begin
368-
@matrix A
368+
@matrix A B C
369369
@vector x y
370370

371371
@test to_std(jacobian(A * x, x)) == "A"

0 commit comments

Comments
 (0)