Commit 82276923 authored by Nathan Frey's avatar Nathan Frey
Browse files

remove print

parent 354c7dfb
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -139,5 +139,4 @@ class TestRdkitGridFeaturizer(unittest.TestCase):
        sanitize=True)
    feature_tensors = featurizer.featurize([(self.ligand_file,
                                             self.protein_file)])
    print('!!!', feature_tensors.shape)
    self.assertEqual(feature_tensors.shape, (1, 4, 16, 16, 16, 40))