Unverified Commit b8f697df authored by Bharath Ramsundar's avatar Bharath Ramsundar Committed by GitHub
Browse files

Merge pull request #1552 from VIGS25/fix-atomic-conv-test

Added attr-slow for the AtomicConvFeaturizer test
parents bcbe3e12 7c235245
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__))