Skip to content

Commit

Permalink
add explicit attribute self. class_matches
Browse files Browse the repository at this point in the history
add explicit attribute `self.cless_matches` to make class `NPLinker` workable.
  • Loading branch information
CunliangGeng committed Jan 24, 2024
1 parent d085aec commit b714bed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/nplinker/loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ def __init__(self, config_data):
self.webapp_scoring_cutoff = self._config_webapp.get(
"tables_metcalf_threshold", self.TABLES_CUTOFF_DEFAULT
)
self.class_matches = None
self.chem_classes = None

logger.debug(
Expand Down

0 comments on commit b714bed

Please sign in to comment.