Skip to content

Commit

Permalink
Merge pull request #2958 from JuliaReach/schillic/2952
Browse files Browse the repository at this point in the history
#2952 - Bring back formerly broken Symbolics test
  • Loading branch information
schillic authored Apr 11, 2022
2 parents fd40cea + d507a4b commit 393e67c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions test/Sets/Hyperplane.jl
Original file line number Diff line number Diff line change
Expand Up @@ -200,11 +200,6 @@ for N in [Float64]

# test passing a combination of operations
vars = @variables x[1:2] t
if VERSION < v"1.6"
@test Hyperplane(x[1] == t, vars) == Hyperplane([1.0, 0.0, -1.0], 0.0)
else
# temporarily broken in Symbolics (https://github.com/JuliaSymbolics/Symbolics.jl/issues/559)
@test_throws ErrorException Hyperplane(x[1] == t, vars)
end
@test Hyperplane(x[1] == t, vars) == Hyperplane([1.0, 0.0, -1.0], 0.0)
end
end

0 comments on commit 393e67c

Please sign in to comment.