typos and junk debug

This commit is contained in:
gauthiier 2017-01-20 16:01:53 +01:00
parent 833cb4a3fd
commit a21d2dc590
2 changed files with 1 additions and 3 deletions

View File

@ -3719,7 +3719,7 @@ patrice{at}xs4all.nl
<li><p>Dialogical clusters may be extracted and analysed to foreground the possible various 'cliques' that may, by habit, form depending on the subject at hand. Coupling this type of analysis with the previous discourse analysis could potentially produce an interesting index of the list.</p></li> <li><p>Dialogical clusters may be extracted and analysed to foreground the possible various 'cliques' that may, by habit, form depending on the subject at hand. Coupling this type of analysis with the previous discourse analysis could potentially produce an interesting index of the list.</p></li>
</ul> </ul>
<h1 id="nettime-surveyors">Nettime Surveyors</h1> <h1 id="nettime-surveyors">Nettime Surveyors</h1>
<p>David Gauthier and Marc Tuters. Special thanks to Geert Lovink for is insights.</p> <p>David Gauthier and Marc Tuters. Special thanks to Geert Lovink for his insights.</p>
</content> </content>
<script src="style/style.js"></script> <script src="style/style.js"></script>
</body> </body>

View File

@ -129,8 +129,6 @@ class Report:
def tab_msgs_threads_replies(self): def tab_msgs_threads_replies(self):
self.matrix_msgs_threads() self.matrix_msgs_threads()
a = self.matrix[['nbr-messages', 'nbr-threads', 'nbr-replies']].astype(int)
print a
return format.Tab.from_dataframe(self.matrix[['nbr-messages', 'nbr-threads', 'nbr-replies']].astype(int), return format.Tab.from_dataframe(self.matrix[['nbr-messages', 'nbr-threads', 'nbr-replies']].astype(int),
name_map={'nbr-messages': 'messages', 'nbr-threads': 'threads', 'nbr-replies': 'replies in threads'}) name_map={'nbr-messages': 'messages', 'nbr-threads': 'threads', 'nbr-replies': 'replies in threads'})