Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
JochenSiegWork committed Nov 20, 2024
1 parent a0ed00e commit 1ef31c0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion molpipeline/explainability/visualization/visualization.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from rdkit.Chem.Draw import rdMolDraw2D

from molpipeline.abstract_pipeline_elements.core import RDKitMol
from molpipeline.explainability import SHAPFeatureAndAtomExplanation
from molpipeline.explainability.explanation import SHAPFeatureAndAtomExplanation
from molpipeline.explainability.visualization.gauss import GaussFunctor2D
from molpipeline.explainability.visualization.heatmaps import (
ValueGrid,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
class TestSumOfGaussiansGrid(unittest.TestCase):
"""Test sum of gaussian grid ."""

# pylint: disable=duplicate-code
test_pipeline: ClassVar[Pipeline]
test_explainer: ClassVar[SHAPTreeExplainer]
test_explanations: ClassVar[
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

import numpy as np
from rdkit import Chem
from rdkit.Chem import Draw
from sklearn.ensemble import RandomForestClassifier

from molpipeline import Pipeline
Expand Down

0 comments on commit 1ef31c0

Please sign in to comment.