We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79af9b5 commit 8544436Copy full SHA for 8544436
1 file changed
test/ReverseAD.jl
@@ -488,7 +488,7 @@ function test_coloring_end_to_end_hessian_coloring_and_recovery()
488
Set([(1, 2)]),
489
2,
490
coloring_algorithm,
491
- ArrayDiff.IndexedSet(0),
+ MOI.Nonlinear.ReverseAD.Coloring.IndexedSet(0),
492
)
493
R = ArrayDiff._seed_matrix(rinfo)
494
ArrayDiff._prepare_seed_matrix!(R, rinfo)
@@ -559,7 +559,7 @@ function test_linearity()
559
nodes = ArrayDiff._replace_moi_variables(expr.nodes, variables)
560
ret = ArrayDiff._classify_linearity(nodes, adj, ArrayDiff.Linearity[])
561
@test ret[1] == test_value
562
- indexed_set = ArrayDiff.IndexedSet(100)
+ indexed_set = MOI.Nonlinear.ReverseAD.Coloring.IndexedSet(100)
563
edge_list = ArrayDiff._compute_hessian_sparsity(
564
nodes,
565
adj,
0 commit comments