Skip to content

Commit

Permalink
Replace spynnaker8 with pynn.spinnaker
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgait committed Jun 17, 2022
1 parent ee1adc4 commit 2a3c287
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion examples/icub_vor_examples/cerebellum.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.

# import socket
import spynnaker8 as sim
import pyNN.spiNNaker as sim
import numpy as np
# import logging
import matplotlib.pyplot as plt
Expand Down
2 changes: 1 addition & 1 deletion examples/icub_vor_examples/cerebellum_tb.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

from __future__ import print_function # for python3 printing in python2
# import socket
import spynnaker8 as sim
import pyNN.spiNNaker as sim
import numpy as np
# import logging
import matplotlib.pyplot as plt
Expand Down
2 changes: 1 addition & 1 deletion examples/icub_vor_examples/dataflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.

# import socket
import spynnaker8 as sim
import pyNN.spiNNaker as sim
# import numpy as np
# import logging
# import matplotlib.pyplot as plt
Expand Down
2 changes: 1 addition & 1 deletion examples/icub_vor_examples/pb_cerebellum_tb.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.

from __future__ import print_function
import spynnaker8 as sim
import pyNN.spiNNaker as sim
import numpy as np
# import logging
import pylab as plt
Expand Down
2 changes: 1 addition & 1 deletion examples/icub_vor_examples/receptive_fields_for_motion.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.

# import socket
import spynnaker8 as sim
import pyNN.spiNNaker as sim
# import numpy as np
# import logging
import matplotlib.pyplot as plt
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.

from __future__ import print_function
import spynnaker8 as p
import pyNN.spiNNaker as p
# import numpy
# import math
# import unittest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.

from __future__ import print_function
import spynnaker8 as p
import pyNN.spiNNaker as p
# import numpy
# import math
# import unittest
Expand Down
2 changes: 1 addition & 1 deletion examples/icub_vor_examples/single_purkinje_cell_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.

from __future__ import print_function
import spynnaker8 as p
import pyNN.spiNNaker as p
# import numpy
# import math
# import unittest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.

from __future__ import print_function
import spynnaker8 as p
import pyNN.spiNNaker as p
# import numpy
# import math
# import unittest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.

from __future__ import print_function
import spynnaker8 as p
import pyNN.spiNNaker as p
# import numpy
# import math
# import unittest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.

from __future__ import print_function
import spynnaker8 as p
import pyNN.spiNNaker as p
# import numpy
# import math
# import unittest
Expand Down

0 comments on commit 2a3c287

Please sign in to comment.