Skip to content

Commit

Permalink
remove a line that might be important for clustering
Browse files Browse the repository at this point in the history
  • Loading branch information
DomFijan committed Apr 9, 2024
1 parent 333c6be commit 9398b39
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ConservedWaterSearch/water_clustering.py
Original file line number Diff line number Diff line change
Expand Up @@ -857,7 +857,6 @@ def _scan_clustering_params(
self._add_water_solutions(waters)
if self.restart_data_file is not None:
self._save_intermediate_data(Odata, H1, H2)
i = i - 1
break
if (found and self.restart_after_find) or len(Odata) < self.nsnaps:
break
Expand Down

0 comments on commit 9398b39

Please sign in to comment.