Graph objects created via arcpy.Graph() do not reset to an empty graph object after being deleted and recreated within a loop within a Python script. There appears to be an issue with garbage collection after deleting the reference to the Graph Object.