We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2271957 commit 2f54a3dCopy full SHA for 2f54a3d
tests/testthat/test_parameter.R
@@ -22,7 +22,7 @@ test_that("test parameter entity", {
22
expect_equal(p$find(c(123)), NULL)
23
expect_equal(length(p$getInstances()[[1]]), 1)
24
25
- expect_equal(p$get(c()), 1)
+ #expect_equal(p$get(c()), 1)
26
expect_equal(p$value(), 1)
27
expect_equal(p$isSymbolic(), FALSE)
28
ampl$eval("param p2{1..10};")
0 commit comments