Failed
dariah_topics.mallet.show_doc_topic_matrix (from nosetests)
Failing for the past 2 builds
(Since Failed )
Error Message
Failed doctest test for dariah_topics.mallet.show_doc_topic_matrix File "/mnt/data/jenkins/workspace/DARIAH-Topics/dariah_topics/mallet.py", line 403, in show_doc_topic_matrix ---------------------------------------------------------------------- File "/mnt/data/jenkins/workspace/DARIAH-Topics/dariah_topics/mallet.py", line 414, in dariah_topics.mallet.show_doc_topic_matrix Failed example: df = show_doc_topic_matrix(output_folder) Exception raised: Traceback (most recent call last): File "/usr/lib/python3.5/doctest.py", line 1321, in __run compileflags, 1), test.globs) File "<doctest dariah_topics.mallet.show_doc_topic_matrix[1]>", line 1, in <module> df = show_doc_topic_matrix(output_folder) NameError: name 'output_folder' is not defined ---------------------------------------------------------------------- File "/mnt/data/jenkins/workspace/DARIAH-Topics/dariah_topics/mallet.py", line 415, in dariah_topics.mallet.show_doc_topic_matrix Failed example: len(df.T) Exception raised: Traceback (most recent call last): File "/usr/lib/python3.5/doctest.py", line 1321, in __run compileflags, 1), test.globs) File "<doctest dariah_topics.mallet.show_doc_topic_matrix[2]>", line 1, in <module> len(df.T) NameError: name 'df' is not defined
Stacktrace
Traceback (most recent call last): File "/usr/lib/python3.5/unittest/case.py", line 59, in testPartExecutor yield File "/usr/lib/python3.5/unittest/case.py", line 601, in run testMethod() File "/usr/lib/python3.5/doctest.py", line 2190, in runTest raise self.failureException(self.format_failure(new.getvalue())) AssertionError: Failed doctest test for dariah_topics.mallet.show_doc_topic_matrix File "/mnt/data/jenkins/workspace/DARIAH-Topics/dariah_topics/mallet.py", line 403, in show_doc_topic_matrix ---------------------------------------------------------------------- File "/mnt/data/jenkins/workspace/DARIAH-Topics/dariah_topics/mallet.py", line 414, in dariah_topics.mallet.show_doc_topic_matrix Failed example: df = show_doc_topic_matrix(output_folder) Exception raised: Traceback (most recent call last): File "/usr/lib/python3.5/doctest.py", line 1321, in __run compileflags, 1), test.globs) File "<doctest dariah_topics.mallet.show_doc_topic_matrix[1]>", line 1, in <module> df = show_doc_topic_matrix(output_folder) NameError: name 'output_folder' is not defined ---------------------------------------------------------------------- File "/mnt/data/jenkins/workspace/DARIAH-Topics/dariah_topics/mallet.py", line 415, in dariah_topics.mallet.show_doc_topic_matrix Failed example: len(df.T) Exception raised: Traceback (most recent call last): File "/usr/lib/python3.5/doctest.py", line 1321, in __run compileflags, 1), test.globs) File "<doctest dariah_topics.mallet.show_doc_topic_matrix[2]>", line 1, in <module> len(df.T) NameError: name 'df' is not defined