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
Stop! Before you create this issue (you can delete this section when opening the issue):
Have you validated that your config.json is valid JSON? Use http://jsonlint.com/ to check.
YES
Have you searched to see if there are other issues for the same issue? If so, comment on that issue instead.
Are you running master? We work on the dev branch and then add that functionality to master. Your issue may be fixed on dev and there is no need for this issue, just wait and it will eventually be merged to master.
Running DEV
Expected Behavior
In my config.json file, I have in
"release": {
"Zubat": {"keep_best_cp": 3, "keep_best_iv": 3},
"Rattata": {"keep_best_cp": 3, "keep_best_iv": 3},
"Pidgey": {"keep_best_cp": 3, "keep_best_iv": 3},
So it should keep 6 of them...
Actual Behavior
In the logs, I see :
[00:59:21] Keeping best 4 Pidgey, based on cp and iv
[00:59:36] Keeping best 4 Zubat, based on cp and iv
[01:00:28] Keeping best 6 Rattata, based on cp and iv
Your config.json (remove your credentials and any other private info)
Yes maybe that is the case. I didnt' thought about it... :)
Maybe one is the best IV and CP, that would explain it
I now need more zubat to test that .
If you are keeping 6 Rattata it means that the 3 best IV are not the 3 best CP, so it keeps 6. In the case of Pidgey and Zubat, keeping 4 means 2 have best IV AND CP and there's another 2, 1 of best IV and one of best CP.
Stop! Before you create this issue (you can delete this section when opening the issue):
YES
master
? We work on thedev
branch and then add that functionality tomaster
. Your issue may be fixed ondev
and there is no need for this issue, just wait and it will eventually be merged tomaster
.Running DEV
Expected Behavior
In my config.json file, I have in
"release": {
"Zubat": {"keep_best_cp": 3, "keep_best_iv": 3},
"Rattata": {"keep_best_cp": 3, "keep_best_iv": 3},
"Pidgey": {"keep_best_cp": 3, "keep_best_iv": 3},
So it should keep 6 of them...
Actual Behavior
In the logs, I see :
[00:59:21] Keeping best 4 Pidgey, based on cp and iv
[00:59:36] Keeping best 4 Zubat, based on cp and iv
[01:00:28] Keeping best 6 Rattata, based on cp and iv
Your config.json (remove your credentials and any other private info)
Steps to Reproduce
Other Information
OS: Ubuntu
Git Commit: (run 'git log -n 1 --pretty=format:"%H"' and paste it here)
commit 9ae1b78
Author: Simon Shi [email protected]
Date: Thu Aug 11 02:11:34 2016 +0800
Python Version: (run 'python -V' and paste it here)
Python 2.7.12
The text was updated successfully, but these errors were encountered: