Daniel VandenHeuvel
Daniel VandenHeuvel
I might look into it eventually. Could be a good way for doing some testing. Non-uniqueness might make this less useful for that purpose though..
Thanks, it should be `get_adjacent(tri, i, j)` instead of `k` probably. I can try and fix it soon or if you want to make a PR that'd be helpful. Did...
Doesn't need to be any particularly small example. e.g. there are some examples in my tests that are many lines long just for a single test since finding these examples...
```julia julia> triangulate(points; randomise=false) ERROR: UndefVarError: `k` not defined in local scope Suggestion: check for an assignment to a local variable that shadows a global of the same name. Stacktrace:...
Absolutely, it should still work but if something else comes up during the fix might take a while for me to get the changes in. I'll work on it soon.
Made a quick start in https://github.com/JuliaGeometry/DelaunayTriangulation.jl/pull/217 but it's a bit annoying to fix since you now run into ```julia-repl ERROR: The point, (1.0791812460476249, -5.2462705256172475), could not be located. Stacktrace: [1]...
Just letting you know, I haven't forgotten about this. The few times I've come back to look at it keep getting a bit stuck on how to actually address this,...
> Very cool model!! My only concern is about plotting, is there a way to reuse more of the Agents.jl infrastructure for it? Maybe? I could have made the animation...
Wasn't there a Makie showcase/gallery somewhere? That would be another good thing to show/at least link to somewhere to complement your third point. (Actually I also forgot there was an...
No idea what the deal is with the segfaults on macOS (not reproducible on Windows) but it's hanging on ubuntu because ```julia-repl (HarmonicOrthogonalPolynomials) julia> JR = Block.(OneTo(Integer(+∞))) BlockRange(Base.OneTo(ℵ₀)) (HarmonicOrthogonalPolynomials) julia>...