From f22417a7d51b84d87a9237b09773809699e80954 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Bouscarrat?= <leo.bouscarrat@euranova.eu> Date: Fri, 28 Feb 2020 16:23:04 +0100 Subject: [PATCH] Remove print --- code/bolsonaro/visualization/plotter.py | 1 - 1 file changed, 1 deletion(-) diff --git a/code/bolsonaro/visualization/plotter.py b/code/bolsonaro/visualization/plotter.py index 53f93d5..5a5f72a 100644 --- a/code/bolsonaro/visualization/plotter.py +++ b/code/bolsonaro/visualization/plotter.py @@ -125,7 +125,6 @@ class Plotter(object): mean_experiment_scores = np.average(experiment_scores, axis=0) std_experiment_scores = np.std(experiment_scores, axis=0) # Plot the score curve with the CI - print(len(mean_experiment_scores)) Plotter.plot_mean_and_CI( ax=ax, mean=mean_experiment_scores, -- GitLab