Skip to content

Commit

Permalink
link issue in suppressed test
Browse files Browse the repository at this point in the history
  • Loading branch information
dehann committed Jul 4, 2021
1 parent 07ed1c7 commit a46a27e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testBasicParametric.jl
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ for i in 0:10
sym = Symbol("x",i)
var = getVariable(fg,sym)
@show val = var.solverDataDict[:parametric].val
@error("parametric solveTree! temporarily broken due to type and size of vnd.val -- WIP with Manifolds.jl `::Vector{P}` upgrade, see")
@error("parametric solveTree! temporarily broken due to type and size of vnd.val -- WIP with Manifolds.jl `::Vector{P}` upgrade, see #1289")
@test_broken isapprox(val[1], i, atol=1e-6)
@test_broken isapprox(val[2], i, atol=1e-6)
end
Expand Down

0 comments on commit a46a27e

Please sign in to comment.