From 76a58da93a328ac90e51572ef6795480bfaf42d1 Mon Sep 17 00:00:00 2001
From: Charly Lamothe <charly.lamothe@univ-amu.fr>
Date: Fri, 20 Dec 2019 11:29:06 +0100
Subject: [PATCH] Len de len :x

---
 code/bolsonaro/visualization/plotter.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/code/bolsonaro/visualization/plotter.py b/code/bolsonaro/visualization/plotter.py
index fd990dc..354344c 100644
--- a/code/bolsonaro/visualization/plotter.py
+++ b/code/bolsonaro/visualization/plotter.py
@@ -60,7 +60,7 @@ class Plotter(object):
     def plot_losses(file_path, all_experiment_scores_1, all_experiment_scores_2, x_value, xlabel, ylabel, all_labels, title):
         fig, axes = plt.subplots(nrows=1, ncols=2)
 
-        n = len(len(all_experiment_scores_1))
+        n = len(all_experiment_scores_1)
 
         """
         Get as many different colors from the specified cmap (here nipy_spectral)
-- 
GitLab