Skip to content

Commit

Permalink
Fix occasional test failure.
Browse files Browse the repository at this point in the history
Tolerance was too low, should be more accurate with dimensions doubled.
  • Loading branch information
jgosmann committed Apr 20, 2018
1 parent f7683be commit c2bdcd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nengo_spa/tests/test_actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def test_assignment_of_dynamic_pointer(Simulator, rng):


def test_non_default_input_and_output(Simulator, rng):
vocab = spa.Vocabulary(16, rng=rng)
vocab = spa.Vocabulary(32, rng=rng)
vocab.populate('A; B')

with spa.Network() as model:
Expand Down

0 comments on commit c2bdcd8

Please sign in to comment.