Commit a0356894a4ba0884c40afca6f9d064e9cda0ad91
1 parent
c6029b2c
minor
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
prepare_plot_scatter_2_distrib.py
... | ... | @@ -134,7 +134,7 @@ if __name__ == '__main__': |
134 | 134 | local_topics.append(word) |
135 | 135 | labels = [row[0] for row in a[:k]] |
136 | 136 | |
137 | - print unicode(", ".join(local_topics)).encode('utf8') | |
137 | + print unicode(", ".join(local_topics)).decode('utf8') | |
138 | 138 | print len(X), len(Y), len(labels) |
139 | 139 | |
140 | 140 | # write files for plots | ... | ... |