-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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] future_pokemon_release does not work as defined #4098
Comments
Your logic operator is "or", so the code works as expected, it should be "and". Release if cp < 500 OR iv < 0.8 |
Hi, @justinbeatz, I'm actually a programmer, and of course I'm familiar with AND and OR logics. Here are examples: #2 AND |
@rendyep You are confused. You are interpreting the logical conditions as if they were "keep" instead of "release". Example:
|
@rendyep |
If I'm not mistaken, the future_pokemon_release logic does not work as defined. CP 1353 and IV 0.64 must not be released with the config above.
The text was updated successfully, but these errors were encountered: