tests/testthat/helper-read_pydata.R

read_pydata <- function(py_path) {
  py_path <- paste0(py_path, ".rds")
  py_path <- test_path("py-data", py_path)
  readRDS(py_path)
}
tidymodels/yardstick documentation built on April 21, 2024, 12:54 p.m.