Skip to content

Commit

Permalink
TropicalGeometry: removed warning after fixed bug (issue #2638)
Browse files Browse the repository at this point in the history
  • Loading branch information
YueRen committed Aug 13, 2024
1 parent c3a97ae commit cf6c70b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/TropicalGeometry/hypersurface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,6 @@ end
Construct the tropical hypersurface dual to a regular subdivision `Delta` in convention `minOrMax`. To be precise, the tropical hypersurface of the tropical polynomial with exponent vectors `points(Delta)` and coefficients `min_weight(Delta)` (min-convention) or `-min_weight(Delta)` (max-convention). If `weighted_polyhedral_complex==true`, will not cache any extra information.
!!! warning
There is a known bug when the subdivision is too simple, e.g., `tropical_hypersurface(subdivision_of_points(simplex(2),[0,0,1]))` see issue 2628.
# Examples
```jldoctest
julia> Delta = subdivision_of_points([0 0; 1 0; 0 1; 2 0],[0,0,0,1])
Expand Down

0 comments on commit cf6c70b

Please sign in to comment.