Skip to content

Commit

Permalink
fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
nikosbosse committed Sep 16, 2024
1 parent 937187a commit 31993ef
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion tests/testthat/test-score_model_out.R
Original file line number Diff line number Diff line change
Expand Up @@ -464,4 +464,3 @@ test_that("score_model_out errors when an unsupported output_type is provided",
regexp = "only supports the following types"
)
})

2 changes: 0 additions & 2 deletions tests/testthat/test-transform_point_model_out.R
Original file line number Diff line number Diff line change
Expand Up @@ -146,5 +146,3 @@ test_that("hubExamples data set is transformed correctly", {
)
expect_equal(as.data.frame(act_forecast), as.data.frame(exp_forecast))
})


0 comments on commit 31993ef

Please sign in to comment.