Nothing
context("readOptimCriteria")
sapply(studyPathS, function(studyPath){
opts <- setSimulationPath(studyPath, 1)
describe("readOptimCriteria", {
it("returns an antaresDataTable", {
optimCrit <- readOptimCriteria(opts)
expect_is(optimCrit, "antaresDataTable")
expect_equal(attr(optimCrit, "type"), "optimCriteria")
expect_equal(attr(optimCrit, "synthesis"), FALSE)
expect_equal(attr(optimCrit, "timeStep"), "weekly")
})
})
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.