Commit 11119995 authored by alat-rights's avatar alat-rights
Browse files

Removed whitespace in blank line

parent ee0040ba
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -33,7 +33,8 @@ class TestOneHotFeaturizert(unittest.TestCase):
    smiles = 'CC(=O)Oc1ccccc1C(=O)O'
    mol = Chem.MolFromSmiles(smiles)
    featurizer = OneHotFeaturizer()
    feature = featurizer.featurizeMol(mol) # Implicit call to _featurizeMol()--why []?
    feature = featurizer.featurizeMol(
        mol)  # Implicit call to _featurizeMol()--why []?
    assert feature.shape == (1, 100, length)
    # untranform
    undo_smiles = featurizer.untransform(feature[0])
+3 −3

File changed.

Contains only whitespace changes.