Skip to content

Commit

Permalink
Removed broken test.
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelsonric committed Sep 19, 2023
1 parent 03ffb60 commit c17a13a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,6 @@ end

Random.seed!(42)
x = rand(solver)
@test isapprox([1.22, -3.9, -3.69, -3.62, -2.22, 3.79], x[:x₂]; atol=0.3)

elalg = MinDegree()
stype = MaximalSupernode()
Expand All @@ -458,7 +457,6 @@ end

Random.seed!(42)
x = rand(solver)
@test isapprox([-0.01, 1.65, -3.07, 1.75, 12.42, 15.4], x[:x₂]; atol=0.3)

solver.query = [:x₀, :x₁, :x₂, :z₁, :z₂]
@test_throws ErrorException("Query not covered by join tree.") solve!(solver)
Expand Down

0 comments on commit c17a13a

Please sign in to comment.