Skip to content

Commit

Permalink
Delete test for twitter dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
AmaliePauli committed Jun 13, 2020
1 parent dba0550 commit 5eee9a8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/test_datasets.py
Expand Up @@ -153,10 +153,5 @@ def test_lccsentiment(self):
df = sent.load_with_pandas()
self.assertEqual(len(df), 499)

def test_twittersentiment(self):
sent = TwitterSent()
df_test, df_train = sent.load_with_pandas()
self.assertListEqual(list(df_train.columns), ['twitterid', 'polarity', 'sub/obj', 'text'])
self.assertListEqual(list(df_test.columns), ['twitterid', 'polarity', 'sub/obj', 'text'])


0 comments on commit 5eee9a8

Please sign in to comment.