Commit fd09f50b authored by nd-02110114's avatar nd-02110114
Browse files

💚 fix ci

parent a3e2793f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
"""
Featurizers for inorganic crystals.
"""
from deepchem.feat.material_featurizerselement_property_fingerprint import ElementPropertyFingerprint
from deepchem.feat.material_featurizerssine_coulomb_matrix import SineCoulombMatrix
from deepchem.feat.material_featurizerscgcnn_featurizer import CGCNNFeaturizer
from deepchem.feat.material_featurizers.element_property_fingerprint import ElementPropertyFingerprint
from deepchem.feat.material_featurizers.sine_coulomb_matrix import SineCoulombMatrix
from deepchem.feat.material_featurizers.cgcnn_featurizer import CGCNNFeaturizer