Skip to content

Commit

Permalink
Updated location of input file in test-run_filter
Browse files Browse the repository at this point in the history
  • Loading branch information
wverastegui committed Nov 2, 2022
1 parent fe625eb commit 7a81c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-run_filter.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ patrick::with_parameters_test_that(
if(ci_skip == TRUE) skip_on_ci()

testdata <- file.path("..", "testdata")
input_path <- file.path(testdata, "input", filename)
input_path <- file.path(testdata, "filtered", "run_filter", filename)

input_data <- as.matrix(arrow::read_parquet(input_path) )
actual <- run_filter(input_data, min_pres, min_run)
Expand Down

0 comments on commit 7a81c10

Please sign in to comment.