Skip to content

Commit

Permalink
Revert ADTypes test
Browse files Browse the repository at this point in the history
  • Loading branch information
adrhill committed Aug 7, 2024
1 parent 51fbceb commit c0768f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/adtypes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ using Test
x = rand(5)
f(x) = x[1] + x[2] * x[3] + 1 / x[4] + 1 * x[5]
H2 = hessian_sparsity(f, x, sd)
@test H2 isa Symmetric{Bool,SparseMatrixCSC{Bool,Int}}
@test H2 isa SparseMatrixCSC{Bool,Int}
@test H2 [
0 0 0 0 0
0 0 1 0 0
Expand Down

0 comments on commit c0768f5

Please sign in to comment.