Skip to content

Commit e4d23a9

Browse files
rootcoder007claude
andcommitted
Tests: morie namespace, not rmorie, in the ported bootstrap tests
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01GVZR4QjrTXCv55j4qdo6E2
1 parent 458c254 commit e4d23a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

r-package/morie/tests/testthat/test-bootstrap_methods.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ test_that("bootstrap_methods internal cross_validate / repeated_cv / leave_one_o
202202
# leave_one_out_cv but they are shadowed in the package namespace by
203203
# validation.R's cross_validate. Reach them directly via the source
204204
# so we still cover those branches.
205-
ns <- asNamespace("rmorie")
205+
ns <- asNamespace("morie")
206206
# The package namespace only carries the LAST-loaded definition; the
207207
# bootstrap_methods.R versions still exist as the file is sourced.
208208
# We can't easily get the shadowed copies, so we exercise the

0 commit comments

Comments
 (0)