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
Asserts shall not be a part of production code, they are
stript if python is run with -o (optimization parameter)
Instead of assert use if and raise exceptions
Co-authored-by: Roi Lipman <[email protected]>
0 commit comments