Skip to content

Commit

Permalink
bug in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Kassel Hingee committed Sep 18, 2024
1 parent 9f62d07 commit 98accb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-customll.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
test_that("inlinedirichtape.cpp can generate a working tape", {
Rcpp::sourceCpp(system.file("inst/inlinedirichtape.cpp", package = "scorematchingad"))
Rcpp::sourceCpp(system.file("inlinedirichtape.cpp", package = "scorematchingad"))
ptr <- tapedirich(rep(0.2, 5), rep(-0.1, 5))
newu <- c(0.3, 0.1, rep(0.2, 3))
newbeta <- c(-0.5, -0.2, rep(-0.1, 3))
Expand Down

0 comments on commit 98accb3

Please sign in to comment.