HEXRD / hexrdgui

Qt6 PySide6 based GUI for the HEXRD library.
Other
29 stars 14 forks source link

Fix infinite recursion #1737

Closed psavery closed 1 month ago

psavery commented 1 month ago

We need to move the logic for fixing the deserialization of a polar distortion object into HexrdConfig, which might not be fully constructed yet, to avoid an infinite recursion.

pep8speaks commented 1 month ago

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

Line 2431:80: E501 line too long (80 > 79 characters) Line 2434:80: E501 line too long (84 > 79 characters)