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
72 stars 11 forks source link

Cross-diag inversions #963

Closed dvezinet closed 2 months ago

dvezinet commented 2 months ago

Caveat:

Requires datastock >= 0.0.40 (or devel branch post PR163)

Main changes:

Details:

Most changes occur in datastock (main dependency of tofu, and in the following tofu routines:

Issues:

Fixes, in devel, issue #958

pep8speaks commented 2 months ago

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

Line 263:80: E501 line too long (82 > 79 characters) Line 336:72: W292 no newline at end of file

Line 1321:36: W292 no newline at end of file

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

Line 97:80: E501 line too long (82 > 79 characters) Line 212:10: W292 no newline at end of file

Comment last updated at 2024-09-05 15:48:56 UTC