Skip to content

Commit

Permalink
make sure to always drop invalids
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-sicho committed Feb 10, 2024
1 parent 2b7083a commit a9e8833
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qsprpred/benchmarks/replica.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ def initData(self, reload=False):
overwrite=reload,
random_state=self.randomSeed,
)
self.ds.dropInvalids()

def addDescriptors(self, reload: bool = False):
"""Adds descriptors to the current data set. Make sure to call
Expand Down

0 comments on commit a9e8833

Please sign in to comment.