Skip to content

Commit

Permalink
Add a note about test_input_node failures
Browse files Browse the repository at this point in the history
Make it clear that this test only fails on the chip, only for some
parameters, and only sometimes.
  • Loading branch information
hunse authored and tbekolay committed Nov 11, 2018
1 parent a43f981 commit 1fe237c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nengo_loihi/tests/test_communication.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
import pytest


# This test sometimes (but not consistently) fails on the chip for various
# combinations of the parameter values. This possibly has to do with
# interneuron noise and not representing the values well.
@pytest.mark.xfail
@pytest.mark.parametrize("val", (-0.75, -0.5, 0, 0.5, 0.75))
@pytest.mark.parametrize("type", ("array", "func"))
Expand Down

0 comments on commit 1fe237c

Please sign in to comment.