We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92d4008 commit 7c003f9Copy full SHA for 7c003f9
molpipeline/estimators/chemprop/neural_fingerprint.py
@@ -62,7 +62,7 @@ def __init__(
62
63
def fit(
64
self,
65
- X: MoleculeDataset, # pylint: disable=invalid-name
+ X: MoleculeDataset,
66
y: Sequence[int | float] | npt.NDArray[np.int_ | np.float64],
67
) -> Self:
68
"""Fit the model.
0 commit comments