Skip to content

Commit

Permalink
Remove obsolete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
richfitz committed Mar 4, 2024
1 parent 17714f0 commit 5555d09
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/testthat/test-sampler-random-walk.R
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,4 @@ test_that("can draw samples from a random model", {
sampler <- mcstate_sampler_random_walk(vcv = vcv)
res <- mcstate_sample(m, sampler, 20)
expect_setequal(names(res), c("pars", "density", "details", "chain"))
## OK, this is ready then to start thinking about how we inject
## observer support in here; we'll need access to the actual model
## in order to get trajectories out etc, but that's not super
## obvious really; that means we're going to need some sort of
## special sauce for the observer function really.
})

0 comments on commit 5555d09

Please sign in to comment.