You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There seems to be a lot of unused code and old/alternative versions of functions and modules that could probably be deleted. Additionally, some things could be renamed and reorganized to be cleaner. I'm afraid to just go and delete things, so I'll list here the things that I would change, and we can discuss it.
I also tried running flake8 to detect problems in the code. The report is in the attachment. There seems to be many cases (113) of undefined variables and a couple of syntax errors. These lines of code will never run, so I guess they have never been tested or are remainders from earlier versions. Maybe @ProkopHapala could look through these to see if they should be fixed or just deleted.
There seems to be a lot of unused code and old/alternative versions of functions and modules that could probably be deleted. Additionally, some things could be renamed and reorganized to be cleaner. I'm afraid to just go and delete things, so I'll list here the things that I would change, and we can discuss it.
The text was updated successfully, but these errors were encountered: