Commit ac6c7def authored by Atreya Majumdar's avatar Atreya Majumdar
Browse files

Merge branch 'master' of https://github.com/deepchem/deepchem into Atreya_MAT

parents 2e6b5059 66402d1c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ from deepchem.feat import OneHotFeaturizer
from deepchem.feat.molecule_featurizers.one_hot_featurizer import ZINC_CHARSET


class TestOneHotFeaturizert(unittest.TestCase):
class TestOneHotFeaturizer(unittest.TestCase):
  """
  Test OneHotFeaturizer.
  """
+2 −2
Original line number Diff line number Diff line
@@ -27,9 +27,9 @@ is 0.22. We periodically update it to newer versions.
Linting
-------

.. _`Flake8`: https://github.com/google/yapf
.. _`Flake8`: https://github.com/pycqa/flake8

We use `Flake8` to check our code syntax. Lint tools basically provide these benefits.
We use `Flake8`_ to check our code syntax. Lint tools basically provide these benefits.

- Prevent things like syntax errors or typos
- Save our review time (no need to check unused codes or typos)