We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d323ea9 commit 002bbcbCopy full SHA for 002bbcb
main_window.py
@@ -865,8 +865,7 @@ def init_clustering(self):
865
rmsd_val = float(self.widg.rmsd_val.value())
866
file_pth = "/tmp/ring/" + obj + ".npy"
867
868
- # TODO: remove comment for deployment
869
- if not os.path.exists(file_pth): # or obj not in self.clustering_runned_ids:
+ if not os.path.exists(file_pth) or obj not in self.clustering_runned_ids:
870
self.calculate_clustering()
871
self.clustering_runned_ids.add(obj)
872
method = self.widg.clustering_method.currentText()
ring-plugin.zip
-22.1 KB
0 commit comments