Skip to content

Commit

Permalink
fix test error
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveBronder committed Nov 3, 2023
1 parent 387dfd2 commit 094d797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/csv.R
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ read_cmdstan_csv <- function(files,
suppressWarnings(
draws[[draws_list_id]] <- data.table::fread(
cmd = fread_cmd,
select = metadata$variables,
select = variables,
data.table = FALSE
)
)
Expand Down

0 comments on commit 094d797

Please sign in to comment.