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
Thank you! I suppose not having any tests meant that the green light on CI when merging the dependabot PR was somewhat meaningless - definitely my bad on that one.
I can't recall my exact reasoning when I wrote that function; I am new to this space and I was mostly trying to mimic scipy.spatial.Delaunay.find_simplex as I was adapting some existing python code.
Didn't you add jump_and_march in the last month or so? I may not have recognised it by this (or its former implementation's) name. I haven't fully explored other options for achieving this but one less dependency sounds great.
jump_and_march has existed since the very beginning of the package almost. It is a bit of a bad name though I'd agree. It was originally called find_triangle but then I changed it for some reason (I think because I wanted to add some other methods for point location, which I never even did anyway...). I should change that next time I release a new version..
The package currently breaks since on DelaunayTriangulation 1.0
indices
has now been deleted. I'll get a PR in to fix it.Also: Just curious, is there a particular reason why
DelaunayTriangulation.jump_and_march
was insufficient for thewhich_tri
function? i.e. fordid
jump_and_march
have issues for you?The text was updated successfully, but these errors were encountered: