marcoabreu opened a new issue #9843: Flaky 
test_random.test_exponential_generator
URL: https://github.com/apache/incubator-mxnet/issues/9843
 
 
   
http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/incubator-mxnet/detail/master/395/pipeline
   
   ```
   ======================================================================
   
   FAIL: test_random.test_exponential_generator
   
   ----------------------------------------------------------------------
   
   Traceback (most recent call last):
   
     File "/usr/local/lib/python2.7/dist-packages/nose/case.py", line 197, in 
runTest
   
       self.test(*self.arg)
   
     File "/workspace/tests/python/unittest/common.py", line 155, in test_new
   
       orig_test(*args, **kwargs)
   
     File "/workspace/tests/python/unittest/test_random.py", line 374, in 
test_exponential_generator
   
       verify_generator(generator=generator_mx_same_seed, buckets=buckets, 
probs=probs)
   
     File "/workspace/python/mxnet/test_utils.py", line 1891, in 
verify_generator
   
       str(buckets), str(probs)))
   
   AssertionError: Generator test fails, Chi-square p=[0.21031861623067064, 
0.023120840905593496, 0.02566284972432512, 0.0396308101152387, 
0.031248307960405564], obs_freq=[array([200561, 200496, 199515, 200039, 
199389]), array([198895, 200007, 200598, 200780, 199720]), array([200509, 
200524, 199203, 200596, 199168]), array([199922, 200497, 200741, 199937, 
198903]), array([199609, 200258, 199725, 201138, 199270])], 
expected_freq=[array([200000, 200000, 200000, 200000, 200000], dtype=int32), 
array([200000, 200000, 200000, 200000, 200000], dtype=int32), array([200000, 
200000, 200000, 200000, 200000], dtype=int32), array([200000, 200000, 200000, 
200000, 200000], dtype=int32), array([200000, 200000, 200000, 200000, 200000], 
dtype=int32)].
   
   buckets=[(0.0, 0.22314355131420976), (0.22314355131420976, 
0.5108256237659907), (0.5108256237659907, 0.916290731874155), 
(0.916290731874155, 1.6094379124341005), (1.6094379124341005, inf)], 
probs=[0.2, 0.2, 0.2, 0.2, 0.2]
   
   -------------------- >> begin captured stdout << ---------------------
   
   ctx=cpu(0), dtype=float16, Scale=0.1:
   
   ctx=cpu(0), dtype=float16, Scale=1:
   
   
   
   --------------------- >> end captured stdout << ----------------------
   
   -------------------- >> begin captured logging << --------------------
   
   common: INFO: Setting test np/mx/python random seeds, use 
MXNET_TEST_SEED=1690699840 to reproduce.
   
   --------------------- >> end captured logging << ---------------------
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to