Skip to content

Commit

Permalink
fixup! Refactor splitter
Browse files Browse the repository at this point in the history
  • Loading branch information
tbekolay committed Dec 20, 2019
1 parent f443d82 commit 9255d68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions nengo_loihi/hardware/tests/test_interface.py
Expand Up @@ -120,6 +120,7 @@ def start(*args, **kwargs):
pass


@pytest.mark.filterwarnings("ignore:Model is precomputable.")
@pytest.mark.target_loihi
def test_snip_input_count(Simulator, seed, plt):
with nengo.Network(seed=seed) as model:
Expand Down
1 change: 1 addition & 0 deletions nengo_loihi/tests/test_simulator.py
Expand Up @@ -441,6 +441,7 @@ def test_tau_s_warning(Simulator):
)


@pytest.mark.filterwarnings("ignore:Model is precomputable.")
@pytest.mark.xfail(
nengo.version.version_info <= (2, 8, 0), reason="Nengo core controls seeds"
)
Expand Down

0 comments on commit 9255d68

Please sign in to comment.