Revision | 37c4c3e731e4870181edcaca408bb5a68cb169b5 (tree) |
---|---|
Zeit | 2011-02-14 20:23:36 |
Autor | lorenzo |
Commiter | lorenzo |
I had forgotten to import some modules.
@@ -9,6 +9,10 @@ | ||
9 | 9 | |
10 | 10 | from sociopatterns.loader import TagMapping |
11 | 11 | |
12 | +import string | |
13 | +import scipy as s | |
14 | + | |
15 | + | |
12 | 16 | M = TagMapping() |
13 | 17 | |
14 | 18 | f = open('tag_mapping_high_presence.dat') |