Skip to content

Commit

Permalink
fix missing expect statements in AS-EMOA test
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobbossek committed Aug 26, 2015
1 parent 3a6f0c3 commit af60c20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/testthat/test_emoa.R
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ test_that("preimplemented EMOAs work well", {
)
res = asemoa(task, n.population = n.pop, max.evals = max.evals,
aspiration.set = aspiration.set, n.archive = 5L)
print(res)
expect_is_pareto_approximation(res$pareto.front, 2L, "asemoa", "ZDT3",
list(n.pop = n.pop, n.archive = 5L))
}
})

0 comments on commit af60c20

Please sign in to comment.