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
This is more similiar to #163, i.e. please homogenize your input.
julia> points =hcat(ones(10),rand(Float64, (10,2)))
10×3 Array{Float64,2}:1.00.8966570.6061541.00.7115020.1442891.00.01034870.5001121.00.4909340.5025271.00.2763180.08125451.00.06288140.6503911.00.2270650.2756431.00.3192280.315161.00.506610.7907121.00.6412180.882224
julia> vd = polytope.VoronoiPolyhedron(SITES=points);
julia> Polymake.call_method(vd, :VISUAL_NN_CRUST);
polymake: used package ppl
The Parma Polyhedra Library ([[wiki:external_software#PPL]]): A C++ library for convex polyhedra
and other numerical abstractions.
http://www.cs.unipr.it/ppl/
polymake: used package threejs
Three.js is a lightweight cross-browser JavaScript library/API used to create and display animated 3D computer graphics on a Web browser.
See http://github.com/mrdoob for the source code.
For the following code I get a similar error message as in issue #246 but the fix suggested there does not work.
Produces a warning:
polymake: WARNING: rule VORONOI_GRAPH.BOUNDING_BOX : SITES, VERTICES, FAR_FACE, N_VERTICES failed: block matrix - col dimension mismatch at /home/ivan/.julia/packages/Polymake/qn5DS/deps/usr/share/polymake/apps/polytope/rules/voronoi.rules line 110.
And an error:
The text was updated successfully, but these errors were encountered: