Skip to content

Commit

Permalink
Fix typo in .acs_pl() (d$receiver instead of d$receiver_id)
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardlavender committed Aug 28, 2023
1 parent a88cfda commit 87bc2c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/acs_pl_backend.R
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
check_overlaps <-
sapply(split(multiples, multiples$timestamp), function(d) {
issue <- FALSE
.overlaps <- detection_kernels_overlap[[d$receiver[1]]]
.overlaps <- detection_kernels_overlap[[d$receiver_id[1]]]
if (any(.overlaps[, colnames(.overlaps)[colnames(.overlaps) %in% d$receiver_id]] == 0L)) {
issue <- TRUE
warning(
Expand Down

0 comments on commit 87bc2c4

Please sign in to comment.