Skip to content

Commit

Permalink
fix tests by removing get_chi
Browse files Browse the repository at this point in the history
  • Loading branch information
lizihao-anu committed Aug 26, 2024
1 parent 3dfbc8e commit 1bfe269
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions R/process_tests_sc_all_at_episodes.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
#'
#' @export
process_tests_sc_all_at_episodes <- function(data) {
data <- data %>%
slfhelper::get_chi()

comparison <- produce_test_comparison(
old_data = produce_sc_all_episodes_tests(
read_file(get_sc_at_episodes_path(update = previous_update()))
Expand Down
3 changes: 0 additions & 3 deletions R/process_tests_sc_all_ch_episodes.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
#'
#' @export
process_tests_sc_all_ch_episodes <- function(data) {
data <- data %>%
slfhelper::get_chi()

comparison <- produce_test_comparison(
old_data = produce_sc_all_episodes_tests(
read_file(get_sc_ch_episodes_path(update = previous_update()))
Expand Down
3 changes: 0 additions & 3 deletions R/process_tests_sc_all_hc_episodes.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
#'
#' @export
process_tests_sc_all_hc_episodes <- function(data) {
data <- data %>%
slfhelper::get_chi()

comparison <- produce_test_comparison(
old_data = produce_sc_all_episodes_tests(
read_file(get_sc_hc_episodes_path(update = previous_update()))
Expand Down
3 changes: 0 additions & 3 deletions R/process_tests_sc_all_sds_episodes.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
#'
#' @export
process_tests_sc_all_sds_episodes <- function(data) {
data <- data %>%
slfhelper::get_chi()

comparison <- produce_test_comparison(
old_data = produce_sc_all_episodes_tests(
read_file(get_sc_sds_episodes_path(update = previous_update()))
Expand Down

0 comments on commit 1bfe269

Please sign in to comment.