Hi list, hi Tiago,

First thank you for graph tool, that's a great package.

I run in a very strange problem when reloading a xml graph file with an
'internalized' PropertyMap.
the minimum script  does the following:
* test1: create, internalize the PropertyMap pos1, save the graph in xml
* test2: load the graph from xml, read the internalized PropertyMap pos2

Depending whether the two tests are ran in separate processes are in the
same process, the two Propertymaps will not have the same values:

test1 and 2 in the same process:
pos1 == pos2
test1 and test2 in different processes
pos1 != pos2







--
View this message in context: 
http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/Strange-save-load-graph-behaviour-tp4024788.html
Sent from the Main discussion list for the graph-tool project mailing list 
archive at Nabble.com.
_______________________________________________
graph-tool mailing list
[email protected]
http://lists.skewed.de/mailman/listinfo/graph-tool

Reply via email to