示例#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)
 def test_invcdf_3d_input(self):
     x = random.random((2, 2, 2))
     utils.invcdf(x)
 def test_invcdf_2d_input(self):
     x = random.random((2, 4))
     utils.invcdf(x)
 def test_invcdf_1d_input(self):
     x = random.random(8)
     utils.invcdf(x)