Skip to content

Commit

Permalink
Merge pull request #2103 from nd-02110114/update-dataloader-docs
Browse files Browse the repository at this point in the history
Update docstrings in data loader classes
  • Loading branch information
nissy-dev committed Aug 19, 2020
2 parents ab91135 + 6604d60 commit 361a1aa
Show file tree
Hide file tree
Showing 9 changed files with 241 additions and 237 deletions.
2 changes: 2 additions & 0 deletions deepchem/data/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
"""
Gathers all datasets in one place for convenient imports
"""
# flake8: noqa

# TODO(rbharath): Get rid of * import
from deepchem.data.datasets import pad_features
from deepchem.data.datasets import pad_batch
Expand Down
Loading

0 comments on commit 361a1aa

Please sign in to comment.