Closed darikg closed 4 years ago
Thanks for the fix! Looks like there's an issue when uploading to PyPi testing when outside the main repo. I've disabled that so we don't run into these issues in the future.
Ah, thanks for fixing the tests, I was a little confused there
This fix is live on PyPy as tetgen==0.5.1
thanks @akaszynski !
I'm using numpy 1.18.5 on windows and I was getting
TypeError: Indices must be either a mask or an integer array-like
when trying to accessTetGen.mesh
. Specifying the dtype of the triangles array in that method as int fixes it.