Skip to content

Commit

Permalink
of course
Browse files Browse the repository at this point in the history
  • Loading branch information
wcornwell committed Nov 17, 2024
1 parent 8011c2e commit 5312682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-test_spectral.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ test_that("calculate_cv works", {
pixelvalues <- calculate_cv(df,
wavelengths = c('blue','green','red','red_edge','nir'),
rarefaction = TRUE, min_points = 5000, n = 999)
expect_type(pixelvalues,"data.frame")
expect_type(pixelvalues,"list")
expect_true(pixelvalues$CV<0.6)
expect_true(pixelvalues$aoi_id==1)
})
Expand Down

0 comments on commit 5312682

Please sign in to comment.