Skip to content

Commit

Permalink
modify test
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea-Havron-NOAA committed Jun 20, 2024
1 parent 503f835 commit 9bf63b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-multivariate-prior.R
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ DataLL <- new(NormalLPDF)
DataLL$observed_value <- new(VariableVector, length.data, length(length.data))
#initialize log_sd
DataLL$log_sd <- new(VariableVector, 1)
DataLL$log_sd[1]$value <- 0
DataLL$log_sd[1]$value <- -1
DataLL$log_sd[1]$estimable <- TRUE
DataLL$input_type <- "data"
#link data log-likelihood to length from Pop
Expand Down

0 comments on commit 9bf63b4

Please sign in to comment.