Skip to content

Commit

Permalink
clustering refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
RiesBen committed May 6, 2024
1 parent 5776267 commit ab8bc0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/konnektor/network_tools/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

from sklearn.base import TransformerMixin, ClusterMixin
from sklearn.cluster import KMeans
from scikit_mol.fingerprints import RDKitFingerprintTransformer, MorganFingerprintTransformer
from scikit_mol.fingerprints import RDKitFingerprintTransformer

from gufe import LigandNetwork, LigandAtomMapping, SmallMoleculeComponent

from .cluster_components import ComponentsDiversityClustering
from konnektor.network_tools.clustering.cluster_components import ComponentsDiversityClustering


def delete_transformation(network :LigandNetwork,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from rdkit import Chem
from rdkit.Chem import AllChem

from konnektor.network_tools import charge_clustering
from konnektor.network_tools.clustering import charge_clustering


@pytest.fixture
Expand Down

0 comments on commit ab8bc0f

Please sign in to comment.