Skip to content

Commit

Permalink
typo in camera test. re-running tests on commit f622105
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmacphail committed Apr 3, 2024
1 parent bee549a commit 3b07663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-cam.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ test_that("Individual detections", {
abmi_amph_cam <- wt_download_report(391, 'CAM', 'main', FALSE)
ind_detections <- wt_ind_detect(abmi_amph_cam, threshold = 10, units = "minutes", datetime_col = image_date_time, remove_human = TRUE, remove_domestic = TRUE)
summary <- wt_summarise_cam(detect_data = ind_detections, raw_data = abmi_amph_cam, time_interval = "day", variable = "detections", output_format = "wide")
except_true(ncol(summary) > ncol(ind_detections))
expect_true(ncol(summary) > ncol(ind_detections))
})

0 comments on commit 3b07663

Please sign in to comment.