issues
search
stingergraph
/
stinger
The STINGER in-memory graph store and dynamic graph analysis platform. Millions to billions of vertices and edges at thousands to millions of updates per second.
http://www.stingergraph.com
Other
210
stars
67
forks
source link
Resolved a variety of errors
#262
Open
ps-1305
opened
2 weeks ago
ps-1305
commented
2 weeks ago
Fixed the basestring problem by importing askstring from tkinter.simpledialog
Fixed another class problem where self wasn't mentioned
Brackets were forgotten after print function giving fatal errors
Also removed the deprecated function xrange and replaced it with range
Imported reduce from functools so it doesn't give import errors
This change is
This change is