예제 #1
0
 def test_invcdf_3d_input(self):
     x = random.random((2, 2, 2))
     utils.invcdf(x)
예제 #2
0
 def test_invcdf_2d_input(self):
     x = random.random((2, 4))
     utils.invcdf(x)
예제 #3
0
 def test_invcdf_1d_input(self):
     x = random.random(8)
     utils.invcdf(x)
예제 #4
0
 def test_invcdf_3d_input(self):
     x = random.random((2, 2, 2))
     utils.invcdf(x)
예제 #5
0
 def test_invcdf_2d_input(self):
     x = random.random((2, 4))
     utils.invcdf(x)
예제 #6
0
 def test_invcdf_1d_input(self):
     x = random.random(8)
     utils.invcdf(x)