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 c9d8fc2 commit 3c3a333Copy full SHA for 3c3a333
1 file changed
tests/testthat/test-model-variational.R
@@ -19,7 +19,7 @@ ok_arg_values <- list(
19
adapt_iter = 51,
20
tol_rel_obj = 0.011,
21
eval_elbo = 101,
22
- output_samples = 10,
+ draws = 10,
23
save_latent_dynamics = FALSE
24
)
25
@@ -38,7 +38,7 @@ bad_arg_values <- list(
38
adapt_iter = -10,
39
tol_rel_obj = -0.5,
40
eval_elbo = -10,
41
- output_samples = -10,
+ draws = -10,
42
save_latent_dynamics = "NOT_LOGICAL"
43
44
0 commit comments