Browse Source

wrong folder

tags/v0.4.10
Violet Yao 5 years ago
parent
commit
74925f8237
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      test/io/test_dataset_loader.py

+ 0
- 5
test/io/test_dataset_loader.py View File

@@ -61,8 +61,3 @@ class TestDatasetLoader(unittest.TestCase):
print(info.vocabs)
print(info.datasets)
os.remove(train), os.remove(test)

def test_yelp(self):
ds = yelpLoader().load('test/data_for_tests/yelp_sample.json')
assert len(ds) == 20


Loading…
Cancel
Save