We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d34458e commit 038de9aCopy full SHA for 038de9a
1 file changed
R/csv.R
@@ -786,6 +786,7 @@ read_csv_metadata <- function(csv_file) {
786
}
787
788
if (csv_file_info$method != "diagnose" &&
789
+ !isTRUE(csv_file_info$algorithm == "fixed_param") &&
790
length(csv_file_info$sampler_diagnostics) == 0 &&
791
length(csv_file_info$variables) == 0) {
792
stop("Supplied CSV file does not contain any variable names or data!", call. = FALSE)
0 commit comments