Closed dvezinet closed 4 months ago
Hello @dvezinet! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
tofu/data/_class06_compute.py
:Line 63:20: W292 no newline at end of file
tofu/data/_class2_sinogram.py
:Line 278:80: E501 line too long (81 > 79 characters) Line 447:80: E501 line too long (81 > 79 characters) Line 451:80: E501 line too long (90 > 79 characters) Line 520:28: E225 missing whitespace around operator Line 1101:11: W292 no newline at end of file
tofu/data/_class8_check.py
:Line 313:9: E303 too many blank lines (2) Line 550:11: E203 whitespace before ':' Line 923:42: W292 no newline at end of file
tofu/data/_class8_equivalent_apertures.py
:Line 146:80: E501 line too long (80 > 79 characters) Line 182:80: E501 line too long (82 > 79 characters) Line 183:80: E501 line too long (84 > 79 characters) Line 432:80: E501 line too long (98 > 79 characters) Line 457:80: E501 line too long (81 > 79 characters) Line 486:80: E501 line too long (84 > 79 characters)
tofu/data/_class8_etendue_los.py
:Line 188:80: E501 line too long (81 > 79 characters)
tofu/data/_class8_los_angles.py
:Line 707:27: E261 at least two spaces before inline comment Line 708:27: E261 at least two spaces before inline comment Line 709:27: E261 at least two spaces before inline comment
tofu/data/_class8_move.py
:Line 491:18: W292 no newline at end of file
tofu/data/_class8_plot_coverage.py
:Line 484:80: E501 line too long (80 > 79 characters)
tofu/data/_plot.py
:Line 1232:63: E231 missing whitespace after ',' Line 1232:66: E231 missing whitespace after ',' Line 3633:14: W292 no newline at end of file
tofu/defaults.py
:Line 1007:80: E501 line too long (82 > 79 characters) Line 1009:80: E501 line too long (82 > 79 characters) Line 1482:43: W292 no newline at end of file
tofu/geom/_check_optics.py
:Line 726:33: W292 no newline at end of file
tofu/geom/_comp.py
:Line 1473:15: W292 no newline at end of file
tofu/geom/_comp_optics.py
:Line 1298:34: W292 no newline at end of file
tofu/geom/_core.py
:Line 8341:4: W292 no newline at end of file
tofu/imas2tofu/_comp.py
:Line 762:20: W292 no newline at end of file
tofu/imas2tofu/_comp_toobjects.py
:Line 1393:24: W292 no newline at end of file
tofu/imas2tofu/_core.py
:Line 3760:53: W292 no newline at end of file
tofu/nist2tofu/_requests.py
:Line 883:22: W292 no newline at end of file
tofu/spectro/_analysis_tools.py
:Line 597:15: W292 no newline at end of file
tofu/spectro/_fit12d_dinput.py
:Line 3187:13: W292 no newline at end of file
Line 207:56: E262 inline comment should start with '# ' Line 545:80: E501 line too long (88 > 79 characters) Line 553:80: E501 line too long (80 > 79 characters) Line 803:80: E501 line too long (96 > 79 characters) Line 819:80: E501 line too long (92 > 79 characters) Line 873:14: W292 no newline at end of file
tofu/utils.py
:Line 4220:9: W292 no newline at end of file
Main changes:
paths
matrix to map pixels to apertures (TBF)Issues:
Fixes, in devel, issue #941