nengo / nengo-gui

Nengo interactive visualizer
Other
95 stars 38 forks source link

Minor comments fix in hbb_tutorials, chapters 6 & 7 #1026

Open michalkornek opened 4 years ago

michalkornek commented 4 years ago

In the file learn.py in hbb_tutorials, chapter 6, there are 2 errors/typos in the comments:

  1. https://github.com/nengo/nengo-gui/blob/31428d66e15ec13851176c14e455c16a04cfa209/nengo_gui/examples/hbb_tutorials/chapter6/learn.py#L27

If I understand well, the comment in line 27 it should be: "(...) and starts tracking the pre population."

  1. https://github.com/nengo/nengo-gui/blob/31428d66e15ec13851176c14e455c16a04cfa209/nengo_gui/examples/hbb_tutorials/chapter6/learn.py#L82

Based on the code on lines 83-84 and on the observed simulation, the comment in line 82 it should be: "(...) the error population after 15 seconds"

Not so sure about this one, but in all files in chapter 7, there is probably a typo in the comments in each of the examples, below is just a link to the first one:

  1. https://github.com/nengo/nengo-gui/blob/31428d66e15ec13851176c14e455c16a04cfa209/nengo_gui/examples/hbb_tutorials/chapter7/1-spa_sequence.py#L65

I am not a native English speaker, but I believe it should be "conform" instead?

Versions