Skip to content

Commit 1e044de

Browse files
authored
fix: non-character argument
1 parent 4956c6b commit 1e044de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/run-test-list.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ test_list <- read.csv("inst/integration-test-list.csv", comment.char = "#",
4747
end_date = if_else(is.na(end_date), default_end_date, as.character(end_date)),
4848
# TODO: Add more inputs here
4949
inputs = pmap(., configure_inputs),
50-
pfts = strsplit(pfts, "|", fixed = TRUE),
50+
pfts = strsplit(as.character(pfts), "|", fixed = TRUE),
5151
# ED2-specific customizations
5252
workflow_list_mods = if_else(
5353
model_name == "ED2.2",

0 commit comments

Comments
 (0)