Various minor code cleanups. Easiest way is to do Code-->Inspect Code in Pycharm and review the list of warnings and errors. For example, there are some mismatches between docstring variable names and actual variable names (note that if you refactor a variable name, best to use to use Pycharm's Refactor->Rename function)
Various minor code cleanups. Easiest way is to do Code-->Inspect Code in Pycharm and review the list of warnings and errors. For example, there are some mismatches between docstring variable names and actual variable names (note that if you refactor a variable name, best to use to use Pycharm's Refactor->Rename function)