Skip to content
Snippets Groups Projects
Commit bde8f710 authored by Charly Lamothe's avatar Charly Lamothe
Browse files

Merge branch '16-add-omp-no-weight' of...

Merge branch '16-add-omp-no-weight' of https://gitlab.lis-lab.fr/luc.giffon/bolsonaro into 16-add-omp-no-weight
parents 239a01bc f22417a7
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.
Please register or to comment