Bruno Pinaud
Bruno Pinaud
Hello, I read quickly but this is normal Tulip behavior. A property can be local to a subgraph or inherited. sg['node_type'].getNodesEqualTo(t) will return all nodes from the graph where the...
Hello, Je vois Thread 1 dans ta trace. As-tu d'autres threads qui accèdent au graphe en modification ? @+ Bruno Bruno PINAUD Maitre de conférences/Associate Professor Université de Bordeaux CNRS...
Hello Loann, Quick answer. First, in Python, do not use g.nodes but g.getNodes(). I am unsure that g.nodes() is as clean in Python as in C++. Limit the scope of...