-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUG: Breaking Python None Semantics #290
Comments
I think this is there to accomodate constraints that simply call |
Then the printing should return evaluate to True for constraints, otherwise this would not be consistent with Python's semantic, e.g., things like Would be completely skipped but should definitely evaluate to False. |
My biggest concern would be functions like I have commented ignoring |
In src/fandango/constraints/base.py line 179 contd is a None check, which breaks Python's semantics.
Also, this perfect fitness looks extremely sus...
The text was updated successfully, but these errors were encountered: