Skip to content

Commit

Permalink
publish correct experiment object
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelhollerbach committed Feb 11, 2016
1 parent 9cf8cd4 commit 19d4538
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -367,7 +367,7 @@ private Experiment updateExperimentGapStop(int id, Experiment experiment, Experi

newPopulations.forEach(population -> {
try {
platformManager.publishTask(population.getPlatformId(), experiment).join();
platformManager.publishTask(population.getPlatformId(), old).join();
storePopulation(id, population);
} catch (TaskOperationException e) {
log.fatal(String.format("Error! Could not publish experiment %s on platfrom %s", experiment.getTitle(), population.getPlatformId()), e);
Expand Down

0 comments on commit 19d4538

Please sign in to comment.