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
Replaces all instances of raising AssertionError with ValueError for
invalid argument or state errors across the codebase. This improves
clarity and aligns with Python's standard exception usage for value
validation. FileNotFoundError is used where appropriate for missing
files. No functional changes to logic or error messages.
0 commit comments