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
In algorithm.py line 4 you have a boolean indicating if an algorithm is registered or not, which is assigned True at the end of __init__() but where is that used (or should be used)?