changeset 66:861fe1b57672 branch-tests

?
author Maria Panteli <m.x.panteli@gmail.com>
date Thu, 21 Sep 2017 20:12:12 +0100
parents 4425a4918102
children bfb9ed45c417
files scripts/outliers.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/outliers.py	Thu Sep 21 17:35:07 2017 +0100
+++ b/scripts/outliers.py	Thu Sep 21 20:12:12 2017 +0100
@@ -109,7 +109,7 @@
     df_local = country_outlier_df(spatial_counts, Y, normalize=True)
     print_most_least_outliers_topN(df_local, N=10)
 
-    feat = [Xrhy, Xmel, Xmfc, Xchr]
+    feat = X_list
     feat_labels = ['rhy', 'mel', 'mfc', 'chr']
     tabs_feat = []
     for i in range(len(feat)):