Skip to content

Commit

Permalink
use retroModels object
Browse files Browse the repository at this point in the history
  • Loading branch information
MOshima-PIFSC committed Feb 9, 2024
1 parent 986ae3f commit b2ab645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-HCxval.R
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ test_that("SSretroComps returns the correct comp data for simple model", {
!exists("retrosum.simple"),
message = "skipping test that requires SS3 executable"
)
retro_comps <- SSretroComps(retrosum.simple)
retro_comps <- SSretroComps(retroModels)

expect_equal(retro_comps$n, 6)
expect_equal(retro_comps$startyrs, rep(26, 6))
Expand Down

0 comments on commit b2ab645

Please sign in to comment.