Commit ce0b2048 authored by seyonechithrananda's avatar seyonechithrananda
Browse files

merge

parents 865210a1 6bdba2e0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ install:
  - hash -r
  - conda config --set always_yes yes --set changeps1 no
  - conda update -q conda
  - bash scripts/install_deepchem_conda.sh deepchem
  - bash scripts/install_deepchem_conda.sh cpu
  - conda activate deepchem
  - python setup.py install
script:
+2 −0
Original line number Diff line number Diff line
"""
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
+169 −173

File changed.

Preview size limit exceeded, changes collapsed.

+589 −241

File changed.

Preview size limit exceeded, changes collapsed.

+189 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading