Closed GoogleCodeExporter closed 9 years ago
Original comment by eik...@gmail.com
on 10 Feb 2009 at 8:34
Original comment by eik...@gmail.com
on 1 Feb 2010 at 8:34
I think this is the correct behaviour, but it should be documented. There is the
isomorphic function in graphutils for testing this, but it maybe be expensive.
I recommend WontFix, but document this for the graph class.
Original comment by gromgull
on 5 Feb 2010 at 1:45
Over a year ago, but still open.
from rdflib import compare
iso1 = compare.to_isomorphic(graph1)
iso2 = compare.to_isomorphic(graph2)
assert iso1 == iso2
should solve your problem. Who can colse this issue?
Original comment by danielmr...@gmail.com
on 8 May 2011 at 10:35
(cleaning up issue list)
Original comment by gromgull
on 19 Aug 2011 at 6:06
Original issue reported on code.google.com by
aaronsw....@gmail.com
on 24 Apr 2008 at 2:54