Skip to content
Snippets Groups Projects

Ae submission

Merged Johannes Mey requested to merge ae-submission into master
6 files
+ 35
291
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -17,10 +17,3 @@ task plotIndividual(type: Exec) {
commandLine 'Rscript', 'individual.R'
dependsOn doMerge
}
task plotToolwise(type: Exec) {
group = 'Benchmark'
description = 'Plots the individual TrainBenchmark results per tool'
commandLine './toolwise.sh'
dependsOn doMerge
}
Loading