Browse Source

[DATALAD] Recorded changes

Lucas Gautheron 1 month ago
parent
commit
c09e855b6f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      code/plots/algo_comparison.py

+ 1 - 1
code/plots/algo_comparison.py

@@ -75,7 +75,7 @@ def algo_comparison(algo1, algo2, algo1_name, algo2_name):
         for col in range(2):
             i = row + 2 * col
 
-            age = np.array([algo1["age"][k - 1] for k in algo1["children"]])
+            age = algo1["age"]
             
             if speakers[i] in ["CHI", "FEM"]:
                 x1, x2, y1, y2 = 400, 4000, 400, 4000