You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most of the code in data_setup.py is untested.
There are a few challenges for these tests:
datasets are very large (total just under 2TB total I believe)
some of them require manual steps (getting the links after signing the user agreements etc, I don't think we can check in the urls).
We can at a minimum test the datasets that are downloaded via tfds (ogbg and wmt) and add some unit tests for the other datasets.
The text was updated successfully, but these errors were encountered:
Description
Most of the code in data_setup.py is untested.
There are a few challenges for these tests:
We can at a minimum test the datasets that are downloaded via tfds (ogbg and wmt) and add some unit tests for the other datasets.
The text was updated successfully, but these errors were encountered: