Skip to content

Commit

Permalink
Attempt to fix circular imports
Browse files Browse the repository at this point in the history
  • Loading branch information
hwpang committed Apr 17, 2024
1 parent edf0a92 commit 275b8cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion chemprop/featurizers/atom.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
import numpy as np
from rdkit.Chem.rdchem import Atom, HybridizationType

from chemprop.featurizers.base import VectorFeaturizer
from chemprop.utils.utils import EnumMapping

from .base import VectorFeaturizer


class MultiHotAtomFeaturizer(VectorFeaturizer[Atom]):
"""A :class:`MultiHotAtomFeaturizer` uses a multi-hot encoding to featurize atoms.
Expand Down

0 comments on commit 275b8cf

Please sign in to comment.