Nick Arnold
Nick Arnold
> Thanks for the contribution! Instead of giving a commented example usage, it would be better to add tests to the package test suite, do you know how to do...
Are there any good resources or anything online that anybody could recommend for implementing tests and passing the "codecov/patch" check successfully? I have been occupied up until now with a...
Have written a good number of the tests. Might be some that I must still do. I still need to find a sufficient library for curves. Would then allow arbitrary...
Also, this is bottlenecked by the naive $n^2$ pairwise crossing detection. I've looked at every Benttley-Ottman Alg. implementation I can find online and they either don't have the needed interface...
> Hi, Sorry for the delay. I had not realized how much of the code depended on external libraries for plotting. As a result I would say it does not...
> Still there are other dependencies like `Meshes`, `Combinatorics` or `GeometryBasics` which I don't think should be required by Graphs.jl. [NetworkLayout.jl](https://github.com/JuliaGraphs/NetworkLayout.jl) on the other hand might be a more suitable...
An update. I've removed Meshes and Combinatorics so far, with only GeometryBasics left to do. At the same time, most of the important code has been rewritten for those functionalities...
> Can you reopen your issue there, and maybe a PR if you want? I'm not sure, for me it says it is in Graphs.jl here
Is there a standard or consistent way of storing information related to a graph, or in relating information in Julia in general? Would this be a struct or something? methods?...