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 we just see the assert error message, and not the stack trace leading to where the assert happened. We want to use debug.traceback() to print the stack trace
Currently we just see the assert error message, and not the stack trace leading to where the assert happened. We want to use
debug.traceback()to print the stack trace