hi gang, i'm seeing this issue too. playing with py2neo v1.6 and neo4j v2 m5.
i am testing with the py2neo.clear() db wiping method, and it works (although it seems to wipe the ref node too). when i load a set of of nodes and then clear() to re-test another set, they are correctly removed. but the web admin keeps incrementing the summary of nodes. in my particular case, i have ~400 nodes shown via cypher in the web admin console and shell, but the web admin summary of nodes shows well over 1200 nodes, after a few test runs. i even restarted the server. looks like it shows the last id used??
seems like a neo4j issue, not necessarily a py2neo issue...but i'm not sure.
thoughts?
thx,
larry