Skip to content

Commit

Permalink
(VoI-1) evaluates to unsigned integer if LPL_VoI is not supplied
Browse files Browse the repository at this point in the history
  • Loading branch information
Gruber committed Jan 16, 2024
1 parent ee80e8f commit 15dc677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/utility_functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -1756,7 +1756,7 @@ predict.bayesianVARs_bvar <- function(object, ahead = 1L, each = 1L, stable = TR


LPL_subset <- logical(1L)
VoI <- integer(1L)
VoI <- 1L
if(!LPL){
Y_obs <- matrix(nrow = 0, ncol = 0)
}else{
Expand Down

0 comments on commit 15dc677

Please sign in to comment.