Skip to content

Commit

Permalink
switch ctr_reg to "regression" (closes #10)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpcouch committed Apr 26, 2024
1 parent 3874410 commit 71ed887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/helper-objects.R
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ctr_cls <- container(mode = "classification")
ctr_reg <- container(mode = "classification")
ctr_reg <- container(mode = "regression")

0 comments on commit 71ed887

Please sign in to comment.