Pavel Dmitriev

Results 8 comments of Pavel Dmitriev

> 1. print out the values of > `R` & `T` > 2. print out the vlaues of `R_pass` and `T_pass` > 3. find out value of `eps.testing_eps` so we...

Don't see any real reason on maintaining Python 2.x support. Maybe do a final 2.x-compatible release, and then drop 2.x?

Hmm. Thanks for pointing this out, will look at it.

I've been trying to forcibly run garbage collection at the beginning / end of the loop, but that doesn't seem to have any effect. Explicitly deleting the triangulation after use...

Yeah, that's another Issue that I have, and it is weird that it only occurs sometimes, considering that the input points are exactly the same during each call to build...

My current solution looks like this, manually permuting the points if something goes wrong. theta = np.roll(theta, 10) phi = np.roll(phi, 10) weights = np.roll(weights, 10) tri = None while...

At this point, probably yes -- tried to re-create Fig. 1a from the paper using their data and compared to the actual plot, and none of the gaussians align. The...