Skip to content

Commit

Permalink
Refactor test.py to update dataset storage index
Browse files Browse the repository at this point in the history
  • Loading branch information
endomorphosis committed Sep 7, 2024
1 parent 8d4d7e7 commit bb9cda9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipfs_datasets_py/wikipedia_x/test/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def test(self, datasets):
return self.db

if __name__ == "__main__":
load_these_datasets = ["laion/Wikipedia-X", "laion/Wikipedia-X-Full", "laion/Wikipedia-X-Concat", "laion/Wikipedia-X-M3"]
load_these_datasets = ["laion/Wikipedia-X", "laion/Wikipedia-X-Full", "laion/Wikipedia-X-Concat", "laion/Wikipedia-M3"]
test_ipfs_datasets_py = test_ipfs_datasets_py()
test_ipfs_datasets_py.test(load_these_datasets)
print("test complete")
Expand Down

0 comments on commit bb9cda9

Please sign in to comment.