Skip to content

Commit 038de9a

Browse files
committed
Update csv.R
1 parent d34458e commit 038de9a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

R/csv.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -786,6 +786,7 @@ read_csv_metadata <- function(csv_file) {
786786
}
787787
}
788788
if (csv_file_info$method != "diagnose" &&
789+
!isTRUE(csv_file_info$algorithm == "fixed_param") &&
789790
length(csv_file_info$sampler_diagnostics) == 0 &&
790791
length(csv_file_info$variables) == 0) {
791792
stop("Supplied CSV file does not contain any variable names or data!", call. = FALSE)

0 commit comments

Comments
 (0)