Commit 1e19a482 authored by nd-02110114's avatar nd-02110114
Browse files

💚 fix ci

parent 3d91dedf
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
"""
Featurizers for inorganic crystals.
"""
from deepchem.feat.materials_featurizers.element_property_fingerprint import ElementPropertyFingerprint
from deepchem.feat.materials_featurizers.sine_coulomb_matrix import SineCoulombMatrix
from deepchem.feat.materials_featurizers.cgcnn_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