Skip to content

Commit

Permalink
temporary fix for Symbolics doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
schillic committed Jun 28, 2024
1 parent 146d2c0 commit 0d06481
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Sets/Hyperplane.jl
Original file line number Diff line number Diff line change
Expand Up @@ -566,9 +566,6 @@ function load_symbolics_hyperplane()
x
y
julia> Hyperplane(x - y == 2)
Hyperplane{Float64, Vector{Float64}}([1.0, -1.0], 2.0)
julia> Hyperplane(x == y)
Hyperplane{Float64, Vector{Float64}}([1.0, -1.0], -0.0)
Expand Down

0 comments on commit 0d06481

Please sign in to comment.