Skip to content

Commit

Permalink
Update domhmm.py
Browse files Browse the repository at this point in the history
Fixed typo to call cluster group
  • Loading branch information
m-a-r-i-u-s authored Sep 16, 2024
1 parent 8ccd02b commit 12a9aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion domhmm/analysis/domhmm.py
Original file line number Diff line number Diff line change
Expand Up @@ -863,7 +863,7 @@ def getis_ord_stat(self, weight_matrix_all, leaflet):
# In case the code was already executed beforehand
weight_matrix[range(n), range(n)] = 0.

if not any(cluster_group):
if not any(self.cluster_group):
# Get the order state of each lipid in the leaflet at the current time step
order_states = self.get_leaflet_step_order(leaflet=leaflet, step=step)
else:
Expand Down

0 comments on commit 12a9aa4

Please sign in to comment.