fix GaussianConditional print test

release/4.3a0
Varun Agrawal 2023-01-03 01:49:57 -05:00
parent 66b846f77e
commit 38f3209d97
1 changed files with 2 additions and 0 deletions

View File

@ -507,6 +507,8 @@ TEST(GaussianConditional, Print) {
" R = [ 1 0 ]\n"
" [ 0 1 ]\n"
" d = [ 20 40 ]\n"
" mean: 1 elements\n"
" x0: 20 40\n"
"isotropic dim=2 sigma=3\n";
EXPECT(assert_print_equal(expected, conditional, "GaussianConditional"));