Hi Tiago, Thanks for the reply. I've written up the example as a github gist, I hope that makes it easier to run. I will try and pinpoint some specific example edges too. https://gist.github.com/mkhorton/aefa5378ec7ec3160876 Thanks, Matthew On 17 August 2015 at 18:02, Tiago Peixoto [via Main discussion list for the graph-tool project] <ml-node+s982480n4026240h59@n3.nabble.com> wrote:
On 13.08.2015 11:28, mh wrote:
While this one (vertices corresponding to a 4x4x4 repeated hexagonal-close-packed lattice) doesn't work, and the ratio of edges to vertices is 5.625:
g,pos = gt.geometric_graph(points_not_working, 1.00000001, [(0, 4.0), (0, 6.9282032302755088), (0, 6.5319726474218083)])
Well, can you pinpoint any of the missing edges? It would be much easier to debug if the example contained only two points where a missing edge should have been...
Also, please provide data in a way that is easy to load in a program, at least with copy and paste. If you do print(array), it is not a good idea, since one would need to parse it by hand. Instead do print(repr(array)).
Best, Tiago
-- Tiago de Paula Peixoto <[hidden email] <http:///user/SendEmail.jtp?type=node&node=4026240&i=0>>
_______________________________________________ graph-tool mailing list [hidden email] <http:///user/SendEmail.jtp?type=node&node=4026240&i=1> http://lists.skewed.de/mailman/listinfo/graph-tool
*signature.asc* (836 bytes) Download Attachment <http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/attachment/4026240/0/signature.asc> -- Tiago de Paula Peixoto <tiago@skewed.de>
------------------------------ If you reply to this email, your message will be added to the discussion below:
http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/... To unsubscribe from Geometric graph generation: possible bug, difficult to re-produce, click here <http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=4026228&code=bS5rLmhvcnRvbkBnbWFpbC5jb218NDAyNjIyOHwxMjc5MTUzNDA3> . NAML <http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
-- View this message in context: http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/... Sent from the Main discussion list for the graph-tool project mailing list archive at Nabble.com.