Commit e6f72d68 authored by Bharath Ramsundar's avatar Bharath Ramsundar
Browse files

Remove ignore annotations

parent be5577c0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ class ElementPropertyFingerprint(CompositionFeaturizer):

    self.data_source = data_source

  def _featurize(self, composition: "pymatgen.Composition"):  # type: ignore
  def _featurize(self, composition: "pymatgen.Composition"):
    """
    Calculate chemical fingerprint from crystal composition.

@@ -124,7 +124,7 @@ class SineCoulombMatrix(StructureFeaturizer):
    self.max_atoms = int(max_atoms)
    self.flatten = flatten

  def _featurize(self, struct: "pymatgen.Structure"):  # type: ignore
  def _featurize(self, struct: "pymatgen.Structure"):
    """
    Calculate sine Coulomb matrix from pymatgen structure.