You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is generally a gross abuse of magicgui and the Python programming language. 😂 Since the main widget is stateful, the correct thing to do is to make a class subclassing FunctionGui.
The text was updated successfully, but these errors were encountered:
Somehow the code evolved to use a magicgui function not for a gui but for its ability to have bound variables, here:
affinder/affinder/affinder.py
Lines 77 to 82 in 393b0c6
and here:
affinder/affinder/affinder.py
Lines 141 to 142 in 393b0c6
This is generally a gross abuse of magicgui and the Python programming language. 😂 Since the main widget is stateful, the correct thing to do is to make a class subclassing FunctionGui.
The text was updated successfully, but these errors were encountered: