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

Issue946 json #947

Closed dvezinet closed 2 weeks ago

dvezinet commented 2 weeks ago

Main changes:

Issues:

Fixes, in devel, issue #946

pep8speaks commented 2 weeks ago

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

Line 13:75: W292 no newline at end of file

Line 131:10: W292 no newline at end of file

Line 233:1: E303 too many blank lines (3) Line 312:80: E501 line too long (81 > 79 characters) Line 313:80: E501 line too long (105 > 79 characters) Line 346:80: E501 line too long (93 > 79 characters) Line 347:80: E501 line too long (87 > 79 characters) Line 351:11: W292 no newline at end of file

Line 51:5: E303 too many blank lines (2) Line 160:80: E501 line too long (80 > 79 characters) Line 161:80: E501 line too long (86 > 79 characters) Line 213:9: E303 too many blank lines (2) Line 234:80: E501 line too long (85 > 79 characters) Line 275:80: E501 line too long (86 > 79 characters) Line 279:80: E501 line too long (85 > 79 characters) Line 354:17: E225 missing whitespace around operator Line 448:13: E303 too many blank lines (2) Line 479:5: E303 too many blank lines (2) Line 483:1: E303 too many blank lines (3) Line 489:1: E302 expected 2 blank lines, found 3 Line 671:2: W292 no newline at end of file

Line 295:28: W292 no newline at end of file

Line 886:27: W292 no newline at end of file

Comment last updated at 2024-07-01 04:04:30 UTC