Skip to content
Snippets Groups Projects
Commit f22417a7 authored by Léo Bouscarrat's avatar Léo Bouscarrat
Browse files

Remove print

parent f523d04b
No related branches found
No related tags found
1 merge request!13Resolve "Add OMP no weight"
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment