Skip to content
Snippets Groups Projects

Resolve "Add OMP no weight"

Merged Leo Bouscarrat requested to merge 16-add-omp-no-weight into master
1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
@@ -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,
Loading