Skip to content

Commit

Permalink
Merge pull request #510 from SpiNNakerManchester/nuke_memory_io
Browse files Browse the repository at this point in the history
removed unused io functionality
  • Loading branch information
rowleya committed Dec 16, 2020
2 parents 28ad1c1 + 823d141 commit c9e5b95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ pipeline {
steps {
run_pytest('SpiNNUtils/unittests', 1200, 'SpiNNUtils', 'auto')
run_pytest('SpiNNMachine/unittests', 1200, 'SpiNNMachine', 'auto')
run_pytest('SpiNNMan/unittests SpiNNMan/integration_tests', 1200, 'SpiNNMan', 'auto')
run_pytest('SpiNNMan/unittests', 1200, 'SpiNNMan', 'auto')
run_pytest('PACMAN/unittests', 1200, 'PACMAN', 'auto')
run_pytest('spalloc/tests', 1200, 'spalloc', '1')
run_pytest('DataSpecification/unittests', 1200, 'DataSpecification', 'auto')
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

Tools for simulating neural models generated using PyNN 0.9 on the SpiNNaker platform


Documentation
=============
[sPyNNaker8 python documentation](http://spynnaker8.readthedocs.io/en/latest/)
Expand Down

0 comments on commit c9e5b95

Please sign in to comment.