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

Flaky test_loss.test_poisson_nllloss failed CI #14723

Open
zachgk opened this issue Apr 17, 2019 · 2 comments
Open

Flaky test_loss.test_poisson_nllloss failed CI #14723

zachgk opened this issue Apr 17, 2019 · 2 comments

Comments

@zachgk
Copy link
Contributor

zachgk commented Apr 17, 2019

test_loss.test_poisson_nllloss failed the CI at http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/mxnet-validation%2Funix-cpu/detail/PR-14687/3/pipeline/ on unrelated PR #14687.

See output below:

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

FAIL: test_loss.test_poisson_nllloss

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

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 "/work/mxnet/tests/python/unittest/test_loss.py", line 396, in test_poisson_nllloss

    assert_almost_equal(np_loss_no_logits, loss_no_logits.asscalar())

  File "/work/mxnet/python/mxnet/test_utils.py", line 495, in assert_almost_equal

    raise AssertionError(msg)

AssertionError: 

Items are not equal:

Error 4.257397 exceeds tolerance rtol=0.000010, atol=0.000000.  Location of maximum error:(), a=0.000467, b=0.000467

 a: 0.00046688318

 b: 0.00046690306
@mxnet-label-bot
Copy link
Contributor

Hey, this is the MXNet Label Bot.
Thank you for submitting the issue! I will try and suggest some labels so that the appropriate MXNet community members can help resolve it.
Here are my recommended labels: Test, Flaky, CI

@zachgk
Copy link
Contributor Author

zachgk commented Apr 17, 2019

@mxnet-label-bot add [Test, Flaky, Python]

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

3 participants