You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
KDEUnivariate in find_pcs.py tries to import factorial from scipy.misc. This fails, so working around by hard-coding KDE plotting as false in find_pcs.PCA_Result.qty_hist. This is a hot-fix for mostly-unused functionality, not a long-term solution.