You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
score_clusters() has hardcoded timezones argument values in different sections that need to be updated from "America/New York" to the value provided to the tz argument, or just "". Fixing the timezone argument so it accepts geographic/location information should be a future focus.
The text was updated successfully, but these errors were encountered:
Originally issue #477: Fix the following in unit tests:
The path for unit testing needs to be generalized, ideally in the main script to run all unit tests
The code to install packages if they're not already installed should updated to:
is_installed <- function(p) is.element(p, installed.packages()[,1])
Also fix a bug in detect_perching_events(), in which the function fails to detect two empirical RFID detections around 1.5 seconds apart, even using thresholds of 1 or 2 seconds.
score_clusters() has hardcoded timezones argument values in different sections that need to be updated from "America/New York" to the value provided to the tz argument, or just "". Fixing the timezone argument so it accepts geographic/location information should be a future focus.
The text was updated successfully, but these errors were encountered: