Skip to content

Commit c4edd98

Browse files
committed
last touchups
1 parent bc70d38 commit c4edd98

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.gitignore

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dist
1010
nengo.simulator.logs/
1111
nengo.simulator.analytics/
1212
nengo.simulator.plots/
13-
data/
13+
.idea/
1414
log.txt
1515
.ipynb_checkpoints/
1616
.cache
@@ -20,4 +20,7 @@ wintest.sh
2020
Vagrantfile
2121
env.log
2222

23-
*.class
23+
*.class
24+
25+
data/
26+
!data/.gitkeep

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ Code for the paper "[Improving with Practice: A Neural Model of Mathematical Dev
66
Python is required to run these scripts. The scripts were written in Python 2, but should work in Python 3.
77
The Python packages required can be installed with `pip install -r requirements.txt`.
88

9+
The specific version of the Nengo Python package was
10+
[ceaf387](https://github.com/nengo/nengo/tree/ceaf387ada525c2f0e84ea91214d90cc99763d7c).
11+
912
## Running the networks
1013

1114
- `with_feedback.py` is the final full-network version

data/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)