Commit 1e5c41cd authored by peastman's avatar peastman
Browse files

Merge branch 'master' into deprecated

parents 2aa5cccc ed586b32
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@ __license__ = "MIT"
import unittest
import os
import numpy as np
from nose.plugins.attrib import attr
from deepchem.feat.graph_features import ConvMolFeaturizer, AtomicConvFeaturizer


@@ -96,6 +97,7 @@ class TestConvMolFeaturizer(unittest.TestCase):

class TestAtomicConvFeaturizer(unittest.TestCase):

  @attr("slow")
  def test_feature_generation(self):
    """Test if featurization works using AtomicConvFeaturizer."""
    dir_path = os.path.dirname(os.path.realpath(__file__))
+1 −1
Original line number Diff line number Diff line
@@ -62,4 +62,4 @@ conda install -y -q -c conda-forge joblib=0.11 \
    setuptools=39.0.1 \
    biopython=1.71 \
    numpy=1.14
yes | pip install $tensorflow==1.12.0
yes | pip install $tensorflow==1.13.1