Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VOR related models #78

Open
wants to merge 43 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 39 commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
7a45b6c
Move examples/tests from sPyNNaker8 to PyNN8Examples
andrewgait Nov 18, 2021
84fbb8d
Minor fixes to script (note: packets-per-timestep recording broken?)
andrewgait Nov 18, 2021
eda9e8e
Update icub_vor and related examples
andrewgait Nov 19, 2021
a30ee9e
Tidy up icub_vor-related scripts
andrewgait Nov 19, 2021
661227a
More tidying up of scripts
andrewgait Nov 19, 2021
fc22bbb
More tidying up of scripts
andrewgait Nov 22, 2021
460e69d
And more tidying up
andrewgait Nov 22, 2021
3703efd
Commented out code relating to camera events which isn't available
andrewgait Nov 22, 2021
9381562
Exclude csv
andrewgait Nov 22, 2021
0219762
packets-per-timestep appears to be broken on this branch; ignore for now
andrewgait Nov 23, 2021
f30017d
Add various file extensions to gitignore
andrewgait Nov 23, 2021
e2b529d
get_data('all') working properly again
andrewgait Nov 29, 2021
37825c3
Merge remote-tracking branch 'origin/master' into icub_vor_update
andrewgait Jan 20, 2022
104151e
Use max_rate to prevent remapping
andrewgait Feb 28, 2022
a881df9
Move SpiNNGym examples into SpiNNGym repository
andrewgait Mar 2, 2022
8027dfc
Remove duplicated example
andrewgait Mar 4, 2022
94e2efa
Skip a few more scripts for now
andrewgait Mar 4, 2022
ece220d
Take out block=False
andrewgait Mar 4, 2022
ada0dfd
Exclude more "examples"
andrewgait Mar 7, 2022
6741a7d
Merge branch 'master' into icub_vor_update
andrewgait Apr 14, 2022
ee1adc4
Merge branch 'master' into icub_vor_update
andrewgait Jun 17, 2022
2a3c287
Replace spynnaker8 with pynn.spinnaker
andrewgait Jun 17, 2022
3b42feb
Merge branch 'master' into icub_vor_update
andrewgait Jul 11, 2022
ab14798
Merge branch 'master' into icub_vor_update
andrewgait Sep 14, 2022
0b9aa1d
flake8
andrewgait Sep 14, 2022
a93a280
Update exceptions in integration tests
andrewgait Sep 26, 2022
2a8646f
Move plotting into examples
andrewgait Sep 28, 2022
f9150e2
Merge branch 'master' into icub_vor_update
andrewgait Nov 16, 2022
ac3363f
Merge branch 'master' into icub_vor_update
andrewgait Jan 12, 2023
366554b
Merge remote-tracking branch 'origin/master' into icub_vor_update
andrewgait Feb 10, 2023
ab2330b
Merge branch 'master' into icub_vor_update
andrewgait Feb 20, 2023
e943881
Merge remote-tracking branch 'origin/master' into icub_vor_update
andrewgait Mar 1, 2023
d9784fe
Merge branch 'master' into icub_vor_update
andrewgait Apr 21, 2023
47ca784
Update license
andrewgait May 15, 2023
af81e38
Merge remote-tracking branch 'origin/master' into icub_vor_update
andrewgait Jun 23, 2023
6111356
Move rng seed to Population
andrewgait Jun 30, 2023
5b7eb94
Minor updates to pb_cerebellum script
andrewgait Jul 28, 2023
fcfde65
flake8 oops
andrewgait Jul 28, 2023
eb07a90
Merge branch 'master' into icub_vor_update
andrewgait Sep 18, 2023
4d7acff
Update scripts to replace unneeded model
andrewgait Sep 19, 2023
d7d61ae
flake8 tidy up
andrewgait Sep 19, 2023
570a36f
Merge branch 'master' into icub_vor_update
Christian-B Jan 5, 2024
cdaaa37
Merge branch 'master' into icub_vor_update
Christian-B May 7, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ __pycache__
*application_generated_data_files/
*reports/
.mypy_cache/
**/*png
**/*pdf
**/*npz
**/*zip
1 change: 1 addition & 0 deletions .ratexcludes
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
**/*.colour_map
**/*.col
**/*.csv
**/SpiNNUtils/**
**/SpiNNMachine/**
**/SpiNNMan/**
Expand Down
Loading