@@ -61,7 +61,7 @@ def test_cvine_sample_shape(self):
6161 self ._test_sample_shape_dim (sample_method )
6262
6363 def _test_sample_shape_dim (self , sample_method ):
64- for dim in range (2 , 5 ):
64+ for dim in range (2 , 4 ):
6565 self ._test_sample_shape (dim , sample_method )
6666
6767 def _test_sample_shape (self , dim , sample_method ):
@@ -117,7 +117,7 @@ def test_cvine_sample_shape(self):
117117 self ._test_sample_shape_dim (sample_method )
118118
119119 def _test_sample_shape_dim (self , sample_method ):
120- for dim in range (2 , 5 ):
120+ for dim in range (2 , 4 ):
121121 self ._test_sample_shape (dim , sample_method )
122122
123123 def _test_sample_shape (self , dim , sample_method ):
@@ -140,7 +140,7 @@ def _test_sample_shape(self, dim, sample_method):
140140class TestLKJCholeskyLogProb (unittest .TestCase ):
141141 def test_log_prob_onion (self ):
142142 sample_method = 'onion'
143- for dim in range (2 , 5 ):
143+ for dim in range (2 , 4 ):
144144 self .dim = dim
145145 self ._paddle_lkj_cholesky = lkj_cholesky .LKJCholesky (
146146 dim , [1.0 ], sample_method
@@ -149,7 +149,7 @@ def test_log_prob_onion(self):
149149
150150 def test_log_prob_cvine (self ):
151151 sample_method = 'cvine'
152- for dim in range (2 , 5 ):
152+ for dim in range (2 , 4 ):
153153 self .dim = dim
154154 self ._paddle_lkj_cholesky = lkj_cholesky .LKJCholesky (
155155 dim , [1.0 ], sample_method
0 commit comments