Skip to content

Commit

Permalink
fixup! Support NxSDK 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
drasmuss committed Apr 8, 2020
1 parent 10030d8 commit a536ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nengo_loihi/tests/test_conv.py
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ def set_partition(partition=os.environ.get("PARTITION", None)):
if (
pop_type == 32
and nxsdk_version is not None
and nxsdk_version < parse_version("0.9.1")
and nxsdk_version < parse_version("0.9.5.dev0")
):
pytest.skip("Pop32 multichip test requires NxSDK >= 0.9.5")
elif pop_type == 16:
Expand Down

0 comments on commit a536ef9

Please sign in to comment.