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
- Simplify check to use idiomatic 'if name_scope_stack:' instead of explicit None and length checks
- Remove unnecessary try-except blocks in tests (tests fail automatically on unexpected exceptions)
- Use self.assertEqual() directly in multithreaded test for clearer assertions
0 commit comments