Skip to content

Commit

Permalink
Fix Issue stan-dev#765
Browse files Browse the repository at this point in the history
  • Loading branch information
katrinabrock committed Aug 8, 2024
1 parent 553fee7 commit 390d6b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/model.R
Original file line number Diff line number Diff line change
Expand Up @@ -2399,7 +2399,7 @@ model_compile_info <- function(exe_file) {
if (!is.na(as.logical(val))) {
val <- as.logical(val)
}
info[[toupper(key_val[1])]] <- val
info[[tolower(key_val[1])]] <- val
}
}
info[["STAN_VERSION"]] <- paste0(info[["STAN_VERSION_MAJOR"]], ".", info[["STAN_VERSION_MINOR"]], ".", info[["STAN_VERSION_PATCH"]])
Expand Down

0 comments on commit 390d6b7

Please sign in to comment.