Skip to content

Commit d4594e7

Browse files
committed
fix test where n_site is not provided any more
1 parent 705fb80 commit d4594e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test_sample_zeta.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ n_θM, n_θP = length.(values(get_hybridproblem_par_templates(prob; scenario)))
2525

2626
(; xM, θP_true, θMs_true, xP, y_global_true, y_true, y_global_o, y_o
2727
) = gen_hybridproblem_synthetic(rng, prob; scenario)
28+
n_site, n_batch = get_hybridproblem_n_site_and_batch(prob; scenario)
29+
2830

2931
FT = get_hybridproblem_float_type(prob; scenario)
3032

0 commit comments

Comments
 (0)