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
Currently mrc_call_python_function assumes that the function being called is outside of the current class/module. It needs to be updated so it can call a method that is defined in the same class.