summaryrefslogtreecommitdiffstats
path: root/hawkes/sanity.py
diff options
context:
space:
mode:
Diffstat (limited to 'hawkes/sanity.py')
-rw-r--r--hawkes/sanity.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/hawkes/sanity.py b/hawkes/sanity.py
new file mode 100644
index 0000000..c837757
--- /dev/null
+++ b/hawkes/sanity.py
@@ -0,0 +1,5 @@
+from cPickle import load
+
+if __name__ == "__main__":
+ nodes, edges, events, event_edges = load(open("data.pickle", "rb"))
+ print len(nodes)