issues
search
gsp-eeg
/
PyGSP2
Graph Signal Processing 2 in Python
https://pygsp2.readthedocs.io/en/latest
BSD 3-Clause "New" or "Revised" License
5
stars
1
forks
source link
Lints full code2
#78
Closed
lcortesg
closed
2 months ago
lcortesg
commented
3 months ago
Redone on previous "full code lint".
Fixes line breaks: Automatic code break-line = 130, automatic doc break-line = 108.
Fixes lambda: Lambda functions not longer being replaced by a function definition.
Fixes quoting: Double quotes to be automatically used for doc-strings, while single quotes to be used by in-code text and variables.
Fixed variables: Unused variables not longer being deleted, unassigned variables not longer causing warnings.
Redone on previous "full code lint".