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
The assert statements in Python can be disabled via the -O flag (some products recommend disabling it for production). Which could cause wrfpy to behave erratically.
It would be better to validate by raising AssertionErrors or other exceptions.
The text was updated successfully, but these errors were encountered:
The
assert
statements in Python can be disabled via the-O
flag (some products recommend disabling it for production). Which could causewrfpy
to behave erratically.It would be better to validate by raising
AssertionError
s or other exceptions.The text was updated successfully, but these errors were encountered: