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

Refactor PyNEST example: eprop_supervised_regression_infinite-loop.py #3349

Open
gtrensch opened this issue Oct 22, 2024 · 0 comments
Open

Comments

@gtrensch
Copy link
Contributor

Pylint Static Code Analysis reports the following code quality issue:
eprop_supervised_regression_infinite-loop.py:640: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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant