-
```
What steps will reproduce the problem?
1. drawing some object
2. grouping it
3. making it convex
What is the expected output? What do you see instead?
to stay on ground and collide with everythin…
-
I tried to run:
python ../ConvexHull_Simplification/SILD_convexhull_simplification.py apple
but I got this output
```
original vertices number: 85
Traceback (most recent call last):
…
-
-
I tried the following Groovy script with the *Bat Cochlea Volume* sample image in Fiji:
```groovy
#@ OpService ops
#@ Img img
import net.imagej.mesh.naive.NaiveDoubleMesh
import net.imagej.me…
-
Hello,
I installed the dependencies required on my Linux machine, and I am unable to run the program.
I keep getting this error:
`original vertices number: 85
Traceback (most recent call la…
-
Hi this is the error I received in my ast try to install it. it is the closest one I got.
arm64, Jetson Xavier NX, pcl 1.8 I think was compiled with cuda support and 1.7.1 is from melodic .deb
`…
-
It seems that when `spatial.ConvexHull` is running it cannot be interrupted with `SIGINT`.
#### Reproducing code example:
Feed the following array into `spatial.ConvexHull` and try to interrupt.…
-
When space is 1D, `OI_eval` breaks due to
```
File "...\shower_operability.py", line 24, in main
OI = opy.OI_eval(TDS_region, EDS_bounds, perspective='inputs')
^^^^^^^^^^^^^^^^^^^^…
-
On 1.3:
```
julia> using Polyhedra
[ Info: Recompiling stale cache file /home/jeff/.julia/compiled/v1.3/Polyhedra/17i4E.ji for Polyhedra [67491407-f73d-577b-9b50-8179a7c68029]
julia> convexhul…
-
As [discussed](https://github.com/scipy/scipy/pull/6768#issuecomment-263086512) with @rgommers based on my `ConvexHull` [stress tests](https://github.com/scipy/scipy/pull/6768#issuecomment-262762632) …