nest / nest-simulator

The NEST simulator
http://www.nest-simulator.org
GNU General Public License v2.0
544 stars 370 forks source link

Refactor PyNEST example: eprop_supervised_classification_evidence-accumulation.py #3351

Open gtrensch opened 1 month ago

gtrensch commented 1 month ago

Pylint Static Code Analysis reports the following code quality issues:

eprop_supervised_classification_evidence-accumulation.py:436:0: R0917: Too many positional arguments (7/5)
eprop_supervised_classification_evidence-accumulation.py:716:0: R0917: Too many positional arguments (6/5)

This was causing builds to fail. Currently, we have lowered the fail-threshold for pylint (#3339) to allow merges to continue. The PyNEST example needs to be refactored to achieve the desired code quality.