Skip to content

Commit

Permalink
fixup! Simplify chip receivers for clarity and speed
Browse files Browse the repository at this point in the history
  • Loading branch information
hunse committed Nov 13, 2019
1 parent 0611642 commit 2f16524
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nengo_loihi/builder/tests/test_inputs.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import nengo
from nengo.exceptions import SimulationError
import numpy as np
import pytest

from nengo_loihi.builder.inputs import ChipReceiveNode, PESModulatoryTarget
from nengo_loihi.builder.inputs import ChipReceiveNode


def test_chipreceivenode_run_error():
Expand Down

0 comments on commit 2f16524

Please sign in to comment.