Re: [graph-tool] Layered overlapping model not working on GraphView

2020-08-26 Thread fitzgeraldj
Apologies, gitlab won't let me sign in with any account at the moment for some reason otherwise I would. -- Sent from: https://nabble.skewed.de/ ___ graph-tool mailing list graph-tool@skewed.de https://lists.skewed.de/mailman/listinfo/graph-tool

Re: [graph-tool] Layered overlapping model not working on GraphView

2020-08-25 Thread Tiago de Paula Peixoto
Hi, Thanks for the bug report and minimal working example. Could you please open an issue in gitlab so this can be tracked and fixed? The mailing list is not the best place for this. Best, Tiago Am 25.08.20 um 18:43 schrieb fitzgeraldj: > Hi there, > > Layered overlapping models aren't

[graph-tool] Layered overlapping model not working on GraphView

2020-08-25 Thread fitzgeraldj
Hi there, Layered overlapping models aren't working for GraphViews, due to the following problematic lines in LayeredBlockState: if overlap and self.ec is not None: self.base_ec = self.base_g.own_property(ec.copy()) ec = agg_state.eindex.copy() pmap(ec,