Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
wincowgerDEV committed Jan 26, 2024
1 parent 962ce78 commit 3553ebc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/testthat/test-conform_spec.R
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ test_that("conform_spec() conforms wavenumbers correctly", {
expect_silent()
expect_true(check_OpenSpecy(conf_roll))

conf_mean_up <- conform_spec(sam, new_wavenumbers,res = NULL, type = "mean_up") |>
expect_silent()
expect_true(check_OpenSpecy(conf_mean_up))

conf_wider <- conform_spec(x = sam,range = wider_wavenumbers, res = NULL) |>
expect_silent()
expect_true(check_OpenSpecy(conf_wider))
Expand Down

0 comments on commit 3553ebc

Please sign in to comment.