Closed isilber closed 4 years ago
The pep8 checker is throwing the following errors:
./emc2/simulator/radar_moments.py:171:9: F841 local variable 'n_names' is assigned to but never used ./emc2/simulator/radar_moments.py:277:13: E265 block comment should start with '# ' ./emc2/simulator/radar_moments.py:370:13: E128 continuation line under-indented for visual indent ./emc2/simulator/radar_moments.py:459:9: E265 block comment should start with '# ' ./emc2/simulator/subcolumn.py:97:5: E265 block comment should start with '# ' ./emc2/simulator/main.py:38:12: F632 use ==/!= to compare constant literals (str, bytes, int, float, tuple) ./emc2/plotting/subcol_display.py:153:9: E303 too many blank lines (2) ./emc2/plotting/subcol_display.py:447:9: E265 block comment should start with '# ' ./emc2/plotting/subcol_display.py:448:9: E265 block comment should start with '# ' ./emc2/plotting/subcol_display.py:453:21: E128 continuation line under-indented for visual indent
I would fix these and then commit. After that, this should be good.
profile plot