Ignore:
Timestamp:
Sep 18, 2022 2:29:43 PM (12 months ago)
Author:
vondreele
Message:

more fixes to cluster analysis

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIdataGUI.py

    r5332 r5336  
    57065706                msg = 'Installation of the sklearn package failed with error:\n' + str(res)
    57075707                G2G.G2MessageBox(self,msg,'Install sklearn Error')
     5708            else:
     5709                SKLearn = True
    57085710        Id = GetGPXtreeItemId(self,self.root,'Cluster Analysis')
    57095711        if not Id:
Note: See TracChangeset for help on using the changeset viewer.