ToFuProject / tofu

Project for an open-source python library for synthetic diagnostics and tomography for Fusion devices
https://tofuproject.github.io/tofu/index.html
MIT License
69 stars 11 forks source link

Issue941 optical path matrix #945

Closed dvezinet closed 2 weeks ago

dvezinet commented 3 weeks ago

Main changes:

Issues:

Fixes, in devel, issue #941

pep8speaks commented 3 weeks ago

Hello @dvezinet! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 63:20: W292 no newline at end of file

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

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

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)

Line 188:80: E501 line too long (81 > 79 characters)

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

Line 491:18: W292 no newline at end of file

Line 484:80: E501 line too long (80 > 79 characters)

Line 1232:63: E231 missing whitespace after ',' Line 1232:66: E231 missing whitespace after ',' Line 3633:14: W292 no newline at end of file

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

Line 726:33: W292 no newline at end of file

Line 1473:15: W292 no newline at end of file

Line 1298:34: W292 no newline at end of file

Line 8341:4: W292 no newline at end of file

Line 762:20: W292 no newline at end of file

Line 1393:24: W292 no newline at end of file

Line 3760:53: W292 no newline at end of file

Line 883:22: W292 no newline at end of file

Line 597:15: W292 no newline at end of file

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

Line 4220:9: W292 no newline at end of file

Comment last updated at 2024-06-28 20:06:16 UTC