Commit 2a38979f authored by nd-02110114's avatar nd-02110114
Browse files

📝 fix docs

parent 80e8677b
Loading
Loading
Loading
Loading
+24 −23
Original line number Diff line number Diff line
@@ -35,6 +35,7 @@ class Featurizer(object):

    Returns
    -------
    np.ndarray
      A numpy array containing a featurized representation of `datapoints`.
    """
    datapoints = list(datapoints)
@@ -124,10 +125,10 @@ class ComplexFeaturizer(object):

    Parameters
    ----------
    mol_pdb: list
      Should be a list of lines of the PDB file.
    complex_pdb: list
      Should be a list of lines of the PDB file.
    mol_pdb : str
      The PDB filename.
    complex_pdb : str
      The PDB filename.
    """
    raise NotImplementedError('Featurizer is not defined.')