Skip to content

Commit 60e6ce2

Browse files
committed
Fix error
1 parent b11ca95 commit 60e6ce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

molpipeline/estimators/chemprop/neural_fingerprint.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ def __init__(
5151
Parameters for components of the model.
5252
"""
5353
# pylint: disable=duplicate-code
54+
self.disable_fitting = disable_fitting
5455
super().__init__(
5556
model=model,
5657
lightning_trainer=lightning_trainer,
5758
batch_size=batch_size,
5859
n_jobs=n_jobs,
5960
**kwargs,
6061
)
61-
self.disable_fitting = disable_fitting
6262

6363
def fit(
6464
self,

0 commit comments

Comments
 (0)