Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The test_concrete_dropout unit test is failing #49

Open
tgdif opened this issue Nov 25, 2019 · 0 comments
Open

The test_concrete_dropout unit test is failing #49

tgdif opened this issue Nov 25, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@tgdif
Copy link

tgdif commented Nov 25, 2019

Description

When running the unit tests on the master branch using python -m unittest discover -bfp '*_test.py' I am obtaining the following output:

======================================================================
FAIL: test_concrete_dropout (pyoneer.layers.layers_test.LayersTest)
test_concrete_dropout (pyoneer.layers.layers_test.LayersTest)
----------------------------------------------------------------------
AssertionError: 
Not equal to tolerance rtol=1e-06, atol=1e-06
Mismatched value: a is different from b. 
not close lhs = -0.9752495884895325
not close rhs = -0.325083
not close dif = 0.6501665884895325
not close tol = 1.325083e-06
dtype = float32, shape = ()
Mismatch: 100%
Max absolute difference: 0.65016659
Max relative difference: 2.00000181
 x: array(-0.97525, dtype=float32)
 y: array(-0.325083)

----------------------------------------------------------------------
Ran 13 tests in 0.043s

FAILED (failures=1, skipped=4)
@tgdif tgdif changed the title The test_concrete_dropout unit test is failing The test_concrete_dropout unit test is failing Nov 25, 2019
@tgdif tgdif added the bug Something isn't working label Nov 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant