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

Issue942 bettergetdata #943

Closed dvezinet closed 1 month ago

dvezinet commented 1 month ago

Main changes:

Issues:

Fixes, in devel, issue #942

pep8speaks commented 1 month ago

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

Line 349:12: E225 missing whitespace around operator Line 627:37: W292 no newline at end of file

Line 219:5: E303 too many blank lines (2) Line 451:27: W292 no newline at end of file

Line 639:30: E225 missing whitespace around operator Line 640:11: E271 multiple spaces after keyword Line 673:5: E303 too many blank lines (2) Line 817:18: W292 no newline at end of file

Line 289:6: W292 no newline at end of file

Line 687:80: E501 line too long (89 > 79 characters) Line 765:80: E501 line too long (80 > 79 characters)

Line 254:16: W292 no newline at end of file

Comment last updated at 2024-06-13 22:08:03 UTC