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

Fixed MacOS rounding error #932

Closed dvezinet closed 1 month ago

dvezinet commented 1 month ago

Main changes:

tests01_geom/test_01_GG.py:

Issues:

Fixes, in devel, issue #930

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 1199:80: E501 line too long (94 > 79 characters) Line 1228:80: E501 line too long (81 > 79 characters) Line 1236:80: E501 line too long (84 > 79 characters) Line 2025:33: W292 no newline at end of file

Comment last updated at 2024-05-29 19:07:36 UTC