File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
chebifier/prediction_models Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -355,8 +355,8 @@ def explain_smiles(self, smiles) -> dict:
355355 info = self .get_chemlog_result_info (smiles )
356356 zero_blocks = [
357357 ("text" , "Results for peptides and peptide-related classes (e.g. peptide anion, depsipeptide) have been calculated"
358- "with a rule-based system. The following shows which parts of the molecule were identified as relevant"
359- "structures and have influenced the classification." )
358+ " with a rule-based system. The following shows which parts of the molecule were identified as relevant"
359+ " structures and have influenced the classification." )
360360 ]
361361 highlight_blocks = zero_blocks + self .build_explain_blocks_peptides (info )
362362
You can’t perform that action at this time.
0 commit comments