Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Flaky test test_operator.test_clip #12901

Open
marcoabreu opened this issue Oct 22, 2018 · 0 comments
Open

Flaky test test_operator.test_clip #12901

marcoabreu opened this issue Oct 22, 2018 · 0 comments

Comments

@marcoabreu
Copy link
Contributor

http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/incubator-mxnet/detail/master/1797/pipeline

======================================================================

FAIL: test_operator.test_clip

----------------------------------------------------------------------

Traceback (most recent call last):

  File "C:\Anaconda3\envs\py3\lib\site-packages\nose\case.py", line 197, in runTest

    self.test(*self.arg)

  File "C:\jenkins_slave\workspace\ut-python-gpu\tests\python\unittest\common.py", line 172, in test_new

    orig_test(*args, **kwargs)

  File "C:\jenkins_slave\workspace\ut-python-gpu\tests\python\unittest\test_operator.py", line 3627, in test_clip

    [np.where(data_tmp < 0.6, [1], [0]) * np.where(data_tmp > -0.6, [1], [0])])

  File "C:\jenkins_slave\workspace\ut-python-gpu\windows_package\python\mxnet\test_utils.py", line 1121, in check_symbolic_backward

    equal_nan=equal_nan)

  File "C:\jenkins_slave\workspace\ut-python-gpu\windows_package\python\mxnet\test_utils.py", line 491, in assert_almost_equal

    raise AssertionError(msg)

AssertionError: 

Items are not equal:

Error 100000.002526 exceeds tolerance rtol=0.000010, atol=0.000000.  Location of maximum error:(28, 12), a=0.000000, b=1.000000

 EXPECTED_data: array([[1, 1, 0, ..., 0, 0, 0],

       [1, 0, 1, ..., 1, 1, 1],

       [1, 1, 0, ..., 0, 0, 1],...

 BACKWARD_data: array([[ 1.,  1.,  0., ...,  0.,  0.,  0.],

       [ 1.,  0.,  1., ...,  1.,  1.,  1.],

       [ 1.,  1.,  0., ...,  0.,  0.,  1.],...

-------------------- >> begin captured logging << --------------------

common: INFO: Setting test np/mx/python random seeds, use MXNET_TEST_SEED=708169757 to reproduce.

--------------------- >> end captured logging << ---------------------
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant