SpiNNakerManchester / Visualiser

An example visualiser that operates with the pynn.spiNNaker neural models

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use of __author__

mossblaser opened this issue · comments

Since all files live in version control, the __author__ mechanism is redundant thanks to git blame and open to code rot as future authors will inevitably fail to update this tag. In addition, the variable has no standard meaning defined by Python and so will not be predictably picked up by tools.

I propose that instances of this variable are removed.

noted, and these are been removed. Seems that they are automatcally added by some ides. so drat.