You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the feedback. This should be fixed in #11 CDDLib needs to be updated too since it used eltype on iterators as a feature, this if fixed in JuliaPolyhedra/CDDLib.jl#8, I will wait before Polyhedra is tagged before merging it but you can checkout to the branch eltypeit if you do not want to wait :) Polyhedra's new tag won't happen before #6 is fixed.
prints (as expected):
However,
is
Int64
.This causes issues with
collect(points(vr))
, for example.Same for
rays
, possibly others.Thanks for the great library by the way!
The text was updated successfully, but these errors were encountered: