summaryrefslogtreecommitdiffstats
path: root/hawkes/sanity.py
blob: c837757bf1510cbc43fdb780f1d3edc4bfcf5c4b (plain)
1
2
3
4
5
from cPickle import load

if __name__ == "__main__":
    nodes, edges, events, event_edges = load(open("data.pickle", "rb"))
    print len(nodes)