Skip to content
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

release task #5625

Closed
ntanto opened this issue Sep 22, 2016 · 2 comments
Closed

release task #5625

ntanto opened this issue Sep 22, 2016 · 2 comments

Comments

@ntanto
Copy link

ntanto commented Sep 22, 2016

Expected Behavior

release "any" with condition listed

Actual Behavior

skip
"release": {
"any": {"release_below_cp": 1500, "release_below_iv": 0.7, "release_below_ivcp": 0, "logic": "and"}
like it doesn't exist

Your FULL config.json (remove your username, password, gmapkey and any other private info)

"any": {"release_below_cp": 1500, "release_below_iv": 0.7, "release_below_ivcp": 0, "logic": "and"}

Output when issue occurred

no output at all
like it doesn't exist

Other Information

OS: Windows 10
Branch: master
Git Commit: fef7694
Python Version: 2.7.12

@julienlavergne
Copy link
Contributor

read your release rule in plain English and you will find out what is the problem.
Hint: Do you any Pokemon in your bag with cp < 1500 AND iv < 0.7 AND ivcp < 0 ?

@ntanto
Copy link
Author

ntanto commented Sep 23, 2016

solved
ivcp 0 is the problem

for logic or ivcp 0
for logic and ivcp should 1

sorry for bothering
and thanks a lot @anakin5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants