Skip to content

Commit

Permalink
PEP8 formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
himaghna committed Feb 4, 2022
1 parent 45ad6ff commit 1632fbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AIMSim/ops/clustering.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ class Cluster:
for the K-Medoids algorithm [1]. This method is useful
when the molecular descriptors are continuous / Euclidean
since it relies on the existence of a sensible medoid.
'complete_linkage', 'complete': complete linkage agglomerative
hierarchical clustering [2].
'complete_linkage', 'complete':
Complete linkage agglomerative hierarchical clustering [2].
'average_linkage', 'average':
average linkage agglomerative hierarchical clustering [2].
'single_linkage', 'single':
Expand Down

0 comments on commit 1632fbc

Please sign in to comment.